Skip to content

Commit

Permalink
test: migrate to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
soc221b committed Jan 3, 2025
1 parent f79be52 commit 0b929fa
Show file tree
Hide file tree
Showing 47 changed files with 367 additions and 3,917 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm ci

- run: |
npx jest
npx vitest run
npm run build && cd e2e/issue-189 && npm ci && npm run test
build:
Expand Down
38 changes: 5 additions & 33 deletions e2e/issue-189/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions jest-setup.ts

This file was deleted.

205 changes: 0 additions & 205 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 0b929fa

Please sign in to comment.