@stoked-cenv/cli
Version:
A well considered cli and Node.js library for helping manage application, infrastructure, and configuration management.
11 lines • 458 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const baseConfig = {
roots: ['./'], rootDir: './', preset: 'ts-jest', reporters: ['default'], clearMocks: true, silent: false, coverageThreshold: {
global: {
statements: 100, branches: 100, functions: 100, lines: 100,
},
}, setupFilesAfterEnv: ['./test/customConsole.ts'],
};
exports.default = baseConfig;
//# sourceMappingURL=jest.config.js.map