Skip to content

Commit

Permalink
chore: migrate from Jest to Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasdeMoura committed Jul 14, 2024
1 parent a8f68d5 commit 68eefd4
Show file tree
Hide file tree
Showing 10 changed files with 1,161 additions and 1,320 deletions.
10 changes: 7 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@
"newlinesBetween": "always", // new line between groups
"groups": [
"/^react/",
"/^@testing-library/",
"/^@testing-library|^vitest/",
"/^@storybook/",
"/styles.*/",
["parent", "sibling", "index"],
[
"parent",
"sibling",
"index"
],
"/\\.\\/styles/"
],
"alphabetize": {
Expand Down Expand Up @@ -69,4 +73,4 @@
]
}
]
}
}
1 change: 0 additions & 1 deletion .jest/mocks/fileMock.js

This file was deleted.

9 changes: 0 additions & 9 deletions .jest/setup.js

This file was deleted.

1 change: 1 addition & 0 deletions .vitest/setup.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@testing-library/jest-dom/vitest'
Loading

0 comments on commit 68eefd4

Please sign in to comment.