DolphinScheduler/dolphinscheduler-ui/_test_/.babelrc
break60 995b5ca4a1 jest unit test demo (#1760)
* Fix api url

* Fixed DAG zoom in and zoom out nodes separated from arrows

* Fix front-end code specifications

* Fix front-end code specifications

* Fix front-end code specifications

* jest unit test demo

* jest unit test demo
2020-01-08 10:40:40 +08:00

8 lines
163 B
Plaintext

{
"presets": [["env", { "modules": false }]],
"env": {
"test": {
"presets": [["env", { "targets": { "node": "current" } }]]
}
}
}