Skip to content

Commit

Permalink
chore: ignore cypress specs when using jest
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Sep 27, 2023
1 parent 8b8a2d1 commit 4cdfa49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@
"transformIgnorePatterns": [
"node_modules/(?!(@nulogy|storybook-addon-performance))"
],
"testPathIgnorePatterns": [
"<rootDir>/cypress"
],
"testMatch": [
"**/src/**/*.spec.tsx",
"**/src/**/*.spec.ts",
"**/spec/**/*.spec.tsx"
"**/*.spec.tsx",
"**/*.spec.ts"
],
"setupFiles": [
"<rootDir>/spec/support/registerContext.js"
Expand Down

0 comments on commit 4cdfa49

Please sign in to comment.