jest setup, cypress type conflict fix

This commit is contained in:
ericv105
2023-01-06 01:07:27 -05:00
parent 9ce4348263
commit bf2a5e4a46
9 changed files with 10751 additions and 2 deletions
+1 -1
View File
@@ -17,5 +17,5 @@
"baseUrl": "."
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "cypress"]
}