Skip to content

Commit

Permalink
fix: jest and cypress assertion conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Nov 29, 2023
1 parent 1b97ef0 commit 5e78d76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"cypress.config.ts",
"cypress",
]
}

0 comments on commit 5e78d76

Please sign in to comment.