Skip to content

Commit

Permalink
Replace test framework: jest -> vitest (#281)
Browse files Browse the repository at this point in the history
* Replace test framework: jest -> vitest

* nit - remove deprecated npm scripts

* Add vitest config

* Add a few basic tests

* Update actions with vitest params

* Add correct expectations

* Remove jest config
  • Loading branch information
webfiltered authored Nov 6, 2024
1 parent 93c26ac commit 7e21b00
Show file tree
Hide file tree
Showing 17 changed files with 2,163 additions and 5,051 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: |
npm ci
npm run build
- name: Run jest tests
- name: Run vitest tests
run: |
npm test -- --verbose
npm test -- --reporter=verbose
23 changes: 0 additions & 23 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit 7e21b00

Please sign in to comment.