tests: ensure mocked data and svg verification [skip ci]

This commit is contained in:
lowlighter
2022-01-15 10:17:30 -05:00
parent bcb11347e7
commit 4bc6bdaf17
49 changed files with 163 additions and 2 deletions

View File

@@ -169,5 +169,9 @@ function testcase(name, env, {prod = {}, test = {}, ...step}) {
Object.assign(result.with, {plugins_errors_fatal:"yes", output_action:"none", delay:120})
}
if (env === "test") {
Object.assign(result.with, {use_mocked_data:"yes", verify:"yes"})
}
return result
}