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

6
tsconfig.test.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"esModuleInterop": true
}
}