Skip to content

Commit 444c844

Browse files
committed
Merge remote-tracking branch 'upstream/master' into master
2 parents 5803097 + d7bf06c commit 444c844

16 files changed

+412
-16963
lines changed

jest.config.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ module.exports = {
1212
__PATH_PREFIX__: ``,
1313
},
1414
setupFiles: [`<rootDir>/loadershim.js`],
15+
setupFilesAfterEnv: ["<rootDir>/setupTests.js"],
1516
snapshotSerializers: ["enzyme-to-json/serializer"],
16-
"coverageThreshold": {
17-
"global": {
18-
"branches": 100,
19-
"functions": 100,
20-
"lines": 100,
21-
"statements": 100
22-
}
23-
}
17+
coverageThreshold: {
18+
global: {
19+
branches: 100,
20+
functions: 100,
21+
lines: 100,
22+
statements: 100,
23+
},
24+
},
2425
}

0 commit comments

Comments
 (0)