Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 65fa9b5

Browse files
committed
fix: anchor tests
1 parent 4798ca6 commit 65fa9b5

File tree

3 files changed

+1079
-88
lines changed

3 files changed

+1079
-88
lines changed

anchor/tests/counter.spec.ts

Lines changed: 0 additions & 77 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@
3636
"devDependencies": {
3737
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
3838
"@eslint/js": "^9.9.0",
39+
"@types/jest": "^29.5.13",
3940
"@types/react": "^18.3.3",
4041
"@types/react-dom": "^18.3.0",
4142
"@vitejs/plugin-react": "^4.3.1",
4243
"eslint": "^9.9.0",
4344
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
4445
"eslint-plugin-react-refresh": "^0.4.9",
4546
"globals": "^15.9.0",
47+
"jest": "^29.7.0",
4648
"prettier": "^3.3.3",
49+
"ts-jest": "^29.2.5",
4750
"typescript": "^5.5.3",
4851
"typescript-eslint": "^8.0.1",
4952
"vite": "^5.4.1",

0 commit comments

Comments
 (0)