mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
10 lines
224 B
JavaScript
10 lines
224 B
JavaScript
// jest.config.js
|
|
module.exports = {
|
|
clearMocks: true,
|
|
collectCoverage: true,
|
|
coverageDirectory: "coverage",
|
|
verbose: true,
|
|
transform: {
|
|
"^.+\\.[t|j]sx?$": require.resolve('babel-jest')
|
|
},
|
|
}; |