deb test runner

This commit is contained in:
boufni95 2025-03-10 19:33:33 +00:00
parent de0d749082
commit 95c7502dc2

View file

@ -73,6 +73,7 @@ const runTestFile = async (fileName: string, mod: TestModule) => {
await teardown(T)
} catch (e: any) {
d(e, true)
d("test crashed")
await teardown(T)
}
if (mod.dev) {