mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Makes control.js testable with various config. changes. Adds coverage for util.js, roles.js, starts on control.js. Updates the entrypoint; untested so far
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{
|
||||
"presets": ["@babel/preset-env"],
|
||||
"presets": [
|
||||
["@babel/preset-env", { "targets": { "node": "current" } }]
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
@@ -10,6 +12,7 @@
|
||||
"pragma": "h",
|
||||
"pragmaFrag": "Fragment"
|
||||
}
|
||||
]
|
||||
],
|
||||
["@babel/plugin-proposal-decorators", { "legacy": false, "decoratorsBeforeExport": true }]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user