fix test configuration (babel)

This commit is contained in:
Alexander Zobnin
2019-12-25 12:12:36 +03:00
parent cf9780c6ea
commit c1db914376
4 changed files with 529 additions and 1166 deletions

7
babel.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
"presets": [
[ "@babel/preset-env", { "targets": { "node": "current" } } ],
"@babel/react"
],
"retainLines": true
};