UNPKG

create-testplane

Version:

A tool for fast and simple Testplane configuration

5 lines (4 loc) 226 B
import type { TestplaneConfig } from "../types/testplaneConfig"; export declare const defaultTestplaneTestsDir = "testplane-tests"; declare const defaultTestplaneConfig: TestplaneConfig; export default defaultTestplaneConfig;