Replace test framework: jest -> vitest (#281)

* 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
This commit is contained in:
filtered
2024-11-07 09:27:32 +11:00
committed by GitHub
parent 93c26ac99e
commit 7e21b00cc7
17 changed files with 1179 additions and 4067 deletions

View File

@@ -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