Skip to content

Commit

Permalink
chore: run tests with vitest browser mode
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Jan 14, 2025
1 parent b0fb91d commit d0f7cc6
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 257 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitest/browser": "^2.1.8",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -37,7 +38,7 @@
"pkg-pr-new": "^0.0.20",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vitest": "^1.6.0",
"vitest": "^2.1.8",
"yup": "^0.32.11",
"zod": "3.21.4"
},
Expand Down
Loading

0 comments on commit d0f7cc6

Please # to comment.