Skip to content

Commit 3d6340a

Browse files
committed
add test types to tsconfig
1 parent 4613a0b commit 3d6340a

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/react-plotly.js": "^2.6.3",
4343
"@types/react-test-renderer": "^18.3.0",
4444
"@types/uuid": "^9.0.8",
45-
"@vitejs/plugin-react": "^4.3.3",
4645
"@typescript-eslint/typescript-estree": "^8.13.0",
46+
"@vitejs/plugin-react": "^4.3.3",
4747
"base64-js": "^1.5.1",
4848
"clipboard-copy": "^4.0.1",
4949
"eslint-config-prettier": "^9.1.0",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"isolatedModules": true,
2525
"noEmit": true,
2626
"types": [
27-
"vite/client"
27+
"vite/client", "jest", "@testing-library/jest-dom"
2828
],
2929
},
3030
"include": [

0 commit comments

Comments
 (0)