Skip to content

Commit

Permalink
fix: πŸ› disable expect-expect & no-deprecated-functions in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Apr 11, 2024
1 parent 2ee8dd7 commit 2ce0b5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configs/__snapshots__/testing.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3243,6 +3243,8 @@ If your function does not access \`this\`, you can annotate it with \`this: void
],
"name": "jimmy.codes/testing/disabled",
"rules": {
"jest/expect-expect": "off",
"jest/no-deprecated-functions": "off",
"jest/require-hook": "off",
},
},
Expand Down
2 changes: 2 additions & 0 deletions src/configs/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const testingConfig = ({
name: "jimmy.codes/testing/disabled",
files: GLOB_E2E,
rules: {
"jest/expect-expect": "off",
"jest/no-deprecated-functions": "off",
"jest/require-hook": "off",
},
},
Expand Down

0 comments on commit 2ce0b5a

Please sign in to comment.