Only include jest tests in jest

Don't generate sourcemaps for TS
Remove github actions
This commit is contained in:
David Edmondson
2021-09-07 12:12:38 -07:00
parent 3473fc2ea6
commit e44813b65d
4 changed files with 1 additions and 58 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",
};