Skip to content

Commit

Permalink
Setup vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Holi0317 committed Feb 16, 2024
1 parent 20b0b62 commit 96fa6ac
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:

- name: "Run typecheck"
run: "pnpm run typecheck"

- name: "Run unit test"
run: "pnpm test"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"prettier": "^3.2.5",
"typescript": "^5.0.4",
"typescript-eslint": "^7.0.1",
"vitest": "^1.2.2",
"wrangler": "^3.0.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 96fa6ac

Please sign in to comment.