fixed issues with babel test

This commit is contained in:
Grzegorz Leoniec 2019-02-09 09:32:56 +01:00
parent 17468c48f7
commit 549b211372
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -1,11 +1,11 @@
{ {
"presets": [ "presets": [
["env", { "modules": false }] ["@babel/preset-env", { "modules": false }]
], ],
"env": { "env": {
"test": { "test": {
"presets": [ "presets": [
["env", { "targets": { "node": "current" }}] ["@babel/preset-env", { "targets": { "node": "current" }}]
] ]
} }
} }