UNPKG
jstor-mongodb
Version:
latest (1.0.0)
1.0.0
jstor mongodb strategy
jstor-mongodb
/
jest.config.js
9 lines
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
{ transform: {
"^.+\\.[t|j]sx?$"
:
"babel-jest"
}, collectCoverage:
true
, transformIgnorePatterns: [
"<rootDir>/node_modules/(?!lodash-es)"
] };