mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix self hosted tests
This commit is contained in:
@@ -174,7 +174,7 @@ export const run = Object.defineProperty(new AsyncFunction('tests', `
|
||||
async (failureP, t) => {
|
||||
const failure = await failureP
|
||||
const next_failure = await run_test(t)
|
||||
return (await failure) ?? next_failure
|
||||
return failure ?? next_failure
|
||||
},
|
||||
null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user