Await notify

master
Frédéric Matte 2025-06-02 16:04:54 -04:00
parent 4fa6686a74
commit 46282ac834
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const metaltest = (title) => {
for (const fn of before) await fn() for (const fn of before) await fn()
await test.fn(test) await test.fn(test)
stats('success', test) stats('success', test)
notify(reporters, 'success', test) await notify(reporters, 'success', test)
} }
catch (error) { catch (error) {
stats('fail', test, error) stats('fail', test, error)