1
0
mirror of synced 2025-12-19 18:11:23 -05:00
Files
blitz/packages/cli/jest.config.js
2021-04-08 16:31:17 -04:00

8 lines
300 B
JavaScript

module.exports = {
preset: "../../jest-unit.config.js",
// collectCoverage: !!`Boolean(process.env.CI)`,
modulePathIgnorePatterns: ["<rootDir>/tmp", "<rootDir>/lib", "<rootDir>/commands/.test"],
testPathIgnorePatterns: ["src/commands/test.ts", "test/commands/.test"],
testTimeout: 30000,
}