UNPKG

@simplrjs/test-generator-cli

Version:
10 lines (9 loc) 548 B
export declare function FixSep(pathname: string): string; export declare function RegisterJSONStringifyHandlebarHelper(): void; export declare const TESTS_DIR_NAME = "tests"; export declare const CASES_DIR_NAME = "cases"; export declare const GENERATED_TESTS_DIR_NAME = "__tests__"; export declare const TESTS_SNAPSHOTS_DIR_NAME = "__snapshots__"; export declare const TESTS_CONFIG_FILE_NAME = "test-config.json"; export declare const DEFAULT_TEMPLATE_FILE_NAME = "default.test.tpl"; export declare const CASE_TEMPLATE_FILE_NAME = "case.test.tpl";