* switch to preconstruct - still some issues * working! * cleanup * updates * use preconstruct for blitz package * most tests working * fix tests * cleanup * fix build script * remove lodash from core * fix * fix example tests * cleanup lodash * cleanup * clenaup * fix another way * fix lint
8 lines
272 B
JavaScript
8 lines
272 B
JavaScript
module.exports = {
|
|
preset: "../../jest.config.js",
|
|
// collectCoverage: !!`Boolean(process.env.CI)`,
|
|
modulePathIgnorePatterns: ["<rootDir>/tmp", "<rootDir>/lib", "<rootDir>/commands/.test"],
|
|
testPathIgnorePatterns: ["src/commands/test.ts"],
|
|
testTimeout: 30000,
|
|
}
|