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

@@ -1,6 +1,7 @@
{
"presets": [
"env"
"env",
"react"
],
"retainLines": true
}