Bugfix
This commit is contained in:
parent
6a0feae9ad
commit
6a5383a7ff
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ exports.parse = (config, outlines) => {
|
|||
for (const [case_name, case_config] of Object.entries(cases)) {
|
||||
|
||||
// config sanitization
|
||||
parts = a.sane(case_config, `cases.${case_name}`, 'array')
|
||||
const parts = a.sane(case_config, `cases.${case_name}`, 'array')
|
||||
|
||||
const scripts = []
|
||||
const main = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue