Skip to content

Commit

Permalink
Migrate to vitest (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
cany748 authored Feb 10, 2024
1 parent efc25a9 commit df7520d
Show file tree
Hide file tree
Showing 16 changed files with 2,771 additions and 1,309 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install missing usocket
if: matrix.os == 'ubuntu-latest'
run: npm install usocket
- run: npx nyc --reporter=lcov npm test
- run: npm run coverage
env:
CI: true
DISPLAY: ':0'
Expand Down
Loading

0 comments on commit df7520d

Please sign in to comment.