Skip to content

Commit 0f55357

Browse files
authored
Merge pull request #275 from MrBenJ/chore/vulnerabilities
Fix vulnerabilities. Cleanup
2 parents 54e4b0d + 9c90630 commit 0f55357

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)