Fix renamed functions from 1.0 release in tests

This commit is contained in:
Martin Fournier
2021-12-19 12:10:06 -05:00
parent d1696148c4
commit 92e8b42d18
3 changed files with 111 additions and 108 deletions

View File

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