diff --git a/lib/metaltest.js b/lib/metaltest.js index 372afd7..1c69bcd 100644 --- a/lib/metaltest.js +++ b/lib/metaltest.js @@ -60,7 +60,7 @@ const metaltest = (title) => { for (const test of tests) { try { for (const fn of before) await fn() - await test.fn() + await test.fn(test) stats('success', test) notify(reporters, 'success', test) }