UNPKG

755 BJSONView Raw
1{
2 "modulePaths": [
3 "<rootDir>/",
4 "<rootDir>/src"
5 ],
6 "testRegex": "(/__tests__/.*|(\\.|/)(jest))\\.jsx?$",
7 "transformIgnorePatterns": [
8 "/node_modules/"
9 ],
10 "collectCoverageFrom": [
11 "src/**/*.{js,jsx}",
12 "!src/develop.js",
13 "!src/.dll/*"
14 ],
15 "coverageThreshold": {
16 "global": {
17 "branches": 95,
18 "functions": 95,
19 "lines": 95,
20 "statements": 95
21 }
22 },
23 "moduleNameMapper": {
24 "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "node_modules/jarb/lib/statics/jest/__mocks__/fileMock.js",
25 "\\.(css|less|scss)$": "node_modules/jarb/lib/statics/jest/__mocks__/styleMock.js"
26 },
27 "setupFiles": [
28 "<rootDir>/node_modules/jarb/lib/testSetup.js"
29 ]
30}
\No newline at end of file