Skip to content

Commit 3b3c1a1

Browse files
committed
build: replace jest with vitest
1 parent 84632f3 commit 3b3c1a1

5 files changed

Lines changed: 2008 additions & 4891 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: npm ci
2828

2929
- name: Run tests
30-
run: npm test
30+
run: npm run test:coverage
3131

3232
- name: Upload results to Codecov
3333
uses: codecov/codecov-action@v4

jest.config.ts

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)