Skip to content

Commit f04efb2

Browse files
committed
ci(:green_heart:) fixing type errors
1 parent 4b6a8af commit f04efb2

File tree

3 files changed

+4
-99
lines changed

3 files changed

+4
-99
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
1111
globals: {
1212
'ts-jest': {
13-
tsConfig: '<rootDir>/tsconfig.test.json',
13+
tsconfig: '<rootDir>/tsconfig.test.json',
1414
},
1515
},
1616
};

package-lock.json

+3-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@
9292
"@testing-library/react-hooks": "^3.3.0",
9393
"@types/classnames": "^2.2.10",
9494
"@types/jest": "^26.0.10",
95-
"@types/jquery": "^3.5.0",
96-
"@types/nanoid": "^2.1.0",
9795
"@types/node": "^14.6.0",
9896
"@types/react": "^17.0.0",
99-
"@types/react-dom": "^16.9.8",
10097
"eslint": "^7.7.0",
10198
"flowgen": "^1.11.0",
10299
"husky": "^4.2.5",

0 commit comments

Comments
 (0)