Skip to content

Commit 9c90630

Browse files
committed
Fix vulnerabilities. Cleanup
1 parent 54e4b0d commit 9c90630

File tree

3 files changed

+3849
-1918
lines changed

3 files changed

+3849
-1918
lines changed

jest.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ module.exports = {
55
coverageDirectory: "coverage",
66
coverageReporters: [ "json", "lcov", "text"],
77
verbose: true,
8-
setupTestFrameworkScriptFile: "./jest.setup.js",
8+
setupFilesAfterEnv: [
9+
"./jest.setup.js"
10+
],
911
"coveragePathIgnorePatterns": [
1012
"/node_modules/",
1113
"./app/components/style/*.js"

0 commit comments

Comments
 (0)