UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

31 lines 1.72 kB
/** * Package names for different testing frameworks */ export declare const TESTING_VITEST_PACKAGE_NAME: string; export declare const TESTING_VITEST_UI_PACKAGE_NAME: string; export declare const TESTING_VITEST_COVERAGE_V8_PACKAGE_NAME: string; export declare const TESTING_VITE_TSCONFIG_PATHS_PACKAGE_NAME: string; export declare const TESTING_JEST_PACKAGE_NAME: string; export declare const TESTING_JEST_TYPES_PACKAGE_NAME: string; export declare const TESTING_JEST_COVERAGE_PACKAGE_NAME: string; export declare const TESTING_TS_JEST_PACKAGE_NAME: string; export declare const TESTING_MOCHA_PACKAGE_NAME: string; export declare const TESTING_MOCHA_TYPES_PACKAGE_NAME: string; export declare const TESTING_CHAI_PACKAGE_NAME: string; export declare const TESTING_CHAI_TYPES_PACKAGE_NAME: string; export declare const TESTING_JASMINE_PACKAGE_NAME: string; export declare const TESTING_JASMINE_TYPES_PACKAGE_NAME: string; export declare const TESTING_NYC_PACKAGE_NAME: string; export declare const TESTING_TS_NODE_PACKAGE_NAME: string; export declare const TESTING_VITEST_CLI_COMMAND: string; export declare const TESTING_JEST_CLI_COMMAND: string; export declare const TESTING_MOCHA_CLI_COMMAND: string; export declare const TESTING_JASMINE_CLI_COMMAND: string; export declare const TESTING_NYC_CLI_COMMAND: string; export declare const TESTING_NODEMON_CLI_COMMAND: string; export declare const TESTING_UNIT_TEST_PATH: string; export declare const TESTING_E2E_TEST_PATH: string; export declare const TESTING_MOCHA_UNIT_PATTERN: string; export declare const TESTING_MOCHA_E2E_PATTERN: string; export declare const TESTING_VITEST_CONFIG_FILES: Readonly<Array<string>>; //# sourceMappingURL=package-names.constant.d.ts.map