tests: fix React import error

This commit is contained in:
Alexander Zobnin
2019-01-17 10:27:48 +03:00
parent 6e579e318c
commit 056be6a7f2
6 changed files with 140 additions and 121 deletions

View File

@@ -23,5 +23,10 @@ module.exports = {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"coverageDirectory": "<rootDir>/tmp/coverage/",
"collectCoverage": false
"collectCoverage": false,
"globals": {
"ts-jest": {
"tsConfig": "tsconfig.test.json"
}
}
};