Revert "Add 'jest-plugin-must-assert' package"

This reverts commit d939bde9f7.
This commit is contained in:
2019-07-20 18:47:51 +05:30
parent d939bde9f7
commit 7b53266634
3 changed files with 2420 additions and 2421 deletions
+2419 -2419
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -86,7 +86,6 @@
"eslint-plugin-react": "7.14.2",
"eslint-plugin-react-hooks": "1.6.1",
"jest": "24.8.0",
"jest-plugin-must-assert": "^1.4.1",
"jest-prettyhtml-matchers": "1.0.22",
"npm-run-all": "4.1.5",
"prettier": "1.18.2",
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = {
rootDir: process.cwd(),
roots: ['<rootDir>/test'],
setupFiles: ['<rootDir>/scripts/jest/setupEnvironment.ts'],
setupFilesAfterEnv: ['<rootDir>/scripts/jest/setupJest.ts', 'jest-plugin-must-assert'],
setupFilesAfterEnv: ['<rootDir>/scripts/jest/setupJest.ts'],
testMatch: ['<rootDir>/test/*.spec.ts?(x)'],
transform: { '^.+\\.(js|tsx?)$': 'ts-jest' }
}