Skip to content

Commit f19c0e1

Browse files
committed
fix/tests
1 parent 242dbec commit f19c0e1

3 files changed

Lines changed: 148 additions & 8 deletions

File tree

frontend/app/package-lock.json

Lines changed: 145 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
"@babel/core": "^7.25.2",
3434
"@testing-library/jest-dom": "^6.9.1",
3535
"@testing-library/jest-native": "^5.4.3",
36+
"@testing-library/react": "^16.3.0",
3637
"@testing-library/react-native": "^13.3.3",
3738
"@types/jest": "^30.0.0",
39+
"@types/node": "^24.8.1",
3840
"@types/react": "^19.1.10",
3941
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
4042
"jest": "~29.7.0",

frontend/app/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"strict": true,
55
"moduleResolution": "bundler",
66
"lib": ["esnext", "dom"],
7-
"types": ["jest", "@testing-library/jest-dom"],
7+
"types": ["jest", "@testing-library/jest-dom", "node"],
88
"baseUrl": ".",
99
"paths": {
1010
"pyodide": ["node_modules/pyodide/pyodide"]

0 commit comments

Comments
 (0)