Await notify
parent
4fa6686a74
commit
46282ac834
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue