jest-ex
Version:
A runner and a transformer to simplify (a little bit) your work with Jest.
15 lines (14 loc) • 407 B
JSON
{
"automock": true,
"verbose": true,
"collectCoverage": true,
"coverageDirectory": "coverage",
"coveragePathIgnorePatterns": ["/node_modules/", "/mocks/", "/stubs/"],
"testRegex": "\\.test\\.js$",
"roots": ["<rootDir>/tests"],
"unmockedModulePathPatterns": [
"mocks",
"<rootDir>/node_modules/jest-cli",
"<rootDir>/node_modules/jasmine-expect"
]
}