mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 04:39:00 +08:00
995b5ca4a1
* 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
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
{
|
|
"presets": [["env", { "modules": false }]],
|
|
"env": {
|
|
"test": {
|
|
"presets": [["env", { "targets": { "node": "current" } }]]
|
|
}
|
|
}
|
|
} |