Skip to content

Commit 1614f35

Browse files
authored
refactor: replace jest with vitest (#173)
1 parent a373c15 commit 1614f35

File tree

6 files changed

+2077
-3178
lines changed

6 files changed

+2077
-3178
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module.exports = {
33
commonjs: true,
44
es2021: true,
55
node: true,
6-
jest: true,
76
},
87
parser: '@typescript-eslint/parser',
98
parserOptions: {

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- run: npm test -- --coverage --coverageDirectory=coverage/results-${{ matrix.node-version }}
2121
- uses: actions/upload-artifact@v3
2222
with:
23-
name: jest-results-${{ matrix.node-version }}
23+
name: vitest-results-${{ matrix.node-version }}
2424
path: coverage/results-${{ matrix.node-version }}/*.xml
2525
if: ${{ always() }}

jest.config.cjs

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

0 commit comments

Comments
 (0)