Skip to content

Commit

Permalink
Merge pull request #288 from siketyan/feat/vitest
Browse files Browse the repository at this point in the history
feat: Use Vitest instead of Jest
  • Loading branch information
mizdra authored Nov 13, 2024
2 parents b0cafcd + f57da95 commit e9324dd
Show file tree
Hide file tree
Showing 20 changed files with 3,582 additions and 6,133 deletions.
3 changes: 0 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export default [
},
...compat.env({
files: ['src/test-util/**/*.{ts,tsx,cts,mts}', '*.test.{ts,tsx,cts,mts}'],
env: {
jest: true,
},
rules: {
'no-console': 0,
},
Expand Down
26 changes: 0 additions & 26 deletions jest.config.mjs

This file was deleted.

Loading

0 comments on commit e9324dd

Please sign in to comment.