Skip to content

Commit 42dd7cd

Browse files
author
fwostal
committed
upgrade dependencies because of vulnerabilities
1 parent 6439c72 commit 42dd7cd

File tree

3 files changed

+2563
-2489
lines changed

3 files changed

+2563
-2489
lines changed

jest.config.js

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
module.exports = {
2-
"roots": [
3-
"<rootDir>"
4-
],
5-
"transform": {
6-
"^.+\\.tsx?$": "ts-jest"
2+
roots: ['<rootDir>'],
3+
transform: {
4+
'^.+\\.tsx?$': 'ts-jest',
75
},
8-
"testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.tsx?$",
9-
"moduleFileExtensions": [
10-
"ts",
11-
"tsx",
12-
"js",
13-
"jsx",
14-
],
15-
"setupTestFrameworkScriptFile": "<rootDir>/scripts/setupEnzyme.ts"
6+
testRegex: '(/tests/.*|(\\.|/)(test|spec))\\.tsx?$',
7+
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
8+
setupFilesAfterEnv: ['<rootDir>/scripts/setupEnzyme.ts'],
169
}

0 commit comments

Comments
 (0)