Skip to content

Commit

Permalink
Replace Jest with Vitest (#3)
Browse files Browse the repository at this point in the history
* Replace Jest with Vitest

* Fix

* Exclude types.ts files from coverage report
  • Loading branch information
itssimon committed Jan 18, 2024
1 parent bd2325e commit 3b5520e
Show file tree
Hide file tree
Showing 10 changed files with 3,777 additions and 5,900 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run checks
run: npm run check
- name: Run tests with coverage
run: npm test -- --collectCoverage
run: npm test
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down
Loading

0 comments on commit 3b5520e

Please sign in to comment.