Revert "Jest cypress types"

This commit is contained in:
hydroflame
2021-09-10 00:13:03 -04:00
committed by GitHub
parent 715bc541ec
commit 7e8e9e03fc
15 changed files with 375 additions and 388 deletions

View File

@@ -4,6 +4,6 @@ module.exports = {
transform: {
"^.+\\.(js|jsx|ts|tsx)$": "babel-jest",
},
testMatch: ["**/?(*.)+(test).[jt]s?(x)"],
// testMatch: ["**/?(*.)+(test).[jt]s?(x)"],
testEnvironment: "jsdom",
};