Skip to content

Commit

Permalink
Converting to vitest over jest
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Jul 11, 2023
1 parent 9bda07f commit 04aed64
Show file tree
Hide file tree
Showing 8 changed files with 6,354 additions and 9,583 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,5 @@ module.exports = {
sourceType: 'script',
},
},
{
files: ['jest.setup.js', '__tests__/**/*.js'],
env: {
jest: true,
},
},
],
};
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: npm ci
- run: npm run test:jest
- run: npm run test:vitest

release-it-compat:
name: "release-it@${{ matrix.release-it-version }}"
Expand All @@ -49,4 +49,4 @@ jobs:
- name: install dependencies
run: npm ci
- run: npm install --saveDev release-it@${{ matrix.release-it-version }}
- run: npm run test:jest
- run: npm run test:vitest
10 changes: 0 additions & 10 deletions jest.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions jest.setup.js

This file was deleted.

Loading

0 comments on commit 04aed64

Please sign in to comment.