We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d0528 commit ef3582eCopy full SHA for ef3582e
src/cli/index.ts
@@ -43,8 +43,8 @@ async function cli() {
43
}
44
return mochaWebpack.run()
45
})
46
- .then((failures: number) => {
47
- exit(cliOptions.mocha.cli.exit, failures)
+ .then(() => {
+ exit(cliOptions.mocha.cli.exit, 0)
48
49
.catch((e: Error) => {
50
if (e) console.error(e.stack) // eslint-disable-line
0 commit comments