Skip to content

Commit

Permalink
refactor: replace jest with vitest (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart authored Jan 2, 2025
1 parent a373c15 commit 1614f35
Show file tree
Hide file tree
Showing 6 changed files with 2,077 additions and 3,178 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
commonjs: true,
es2021: true,
node: true,
jest: true,
},
parser: '@typescript-eslint/parser',
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- run: npm test -- --coverage --coverageDirectory=coverage/results-${{ matrix.node-version }}
- uses: actions/upload-artifact@v3
with:
name: jest-results-${{ matrix.node-version }}
name: vitest-results-${{ matrix.node-version }}
path: coverage/results-${{ matrix.node-version }}/*.xml
if: ${{ always() }}
20 changes: 0 additions & 20 deletions jest.config.cjs

This file was deleted.

Loading

0 comments on commit 1614f35

Please sign in to comment.