Show error when running test

master
Frédéric Matte 2022-12-07 19:28:12 -05:00
parent fd31f38b34
commit 05dbd28c1d
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@ test('Diff', () => {
}
})
import { runifmain, summaryreporter } from '../index.js'
await runifmain(import.meta, () => test.run(summaryreporter()))
import { runifmain, summaryreporter, errorreporter } from '../index.js'
await runifmain(import.meta, () => test.run(summaryreporter(), errorreporter()))