Skip to content

Commit

Permalink
convert test from jest to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
khushipatil1523 committed Dec 25, 2024
1 parent 59a9abe commit d97c2fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"extends": [
"plugin:react/recommended",
"eslint:recommended",
"plugin:jest/recommended",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/recommended",
"eslint-config-prettier",
Expand All @@ -29,6 +30,7 @@
"plugins": [
"react",
"@typescript-eslint",
"jest",
"import",
"eslint-plugin-tsdoc",
"prettier"
Expand Down Expand Up @@ -126,6 +128,8 @@
"react/jsx-equals-spacing": ["warn", "never"],
"react/no-this-in-sfc": "error",

"jest/expect-expect": 0,

"react/no-unstable-nested-components": ["error", { "allowAsProps": true }],
"react/function-component-definition": [
0,
Expand Down

0 comments on commit d97c2fd

Please sign in to comment.