Show error when running test
parent
fd31f38b34
commit
05dbd28c1d
|
@ -22,5 +22,5 @@ test('Diff', () => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
import { runifmain, summaryreporter } from '../index.js'
|
import { runifmain, summaryreporter, errorreporter } from '../index.js'
|
||||||
await runifmain(import.meta, () => test.run(summaryreporter()))
|
await runifmain(import.meta, () => test.run(summaryreporter(), errorreporter()))
|
||||||
|
|
Loading…
Reference in New Issue