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

@@ -52,7 +52,7 @@
"grunt-cli": "^1.3.1",
"grunt-execute": "^0.2.2",
"html-loader": "^0.5.5",
"jest": "^23.5.0",
"jest": "^23.6.0",
"jscs": "^3.0.7",
"jsdom": "~11.3.0",
"jshint": "^2.9.6",
@@ -67,6 +67,7 @@
"react-dom": "^16.7.0",
"react-popper": "^1.3.2",
"react-table": "^6.8.6",
"react-test-renderer": "^16.7.0",
"react-transition-group": "^2.5.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",