UNPKG

jest-ex

Version:

A runner and a transformer to simplify (a little bit) your work with Jest.

8 lines (7 loc) 164 B
module.exports = { verbose: true, collectCoverage: true, coverageDirectory: 'coverage', testRegex: '\\.test\\.js$', testPathDirs: ['<rootDir>/tests'], };