Skip to content

ibratoev/mocha-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A repro case for a mocha+npm issue that causes npm to exit without an error code, when a test fails. See mochajs/mocha#2355

Actual:

npm run test -> exits without error

Expected:

npm run test -> exits with error

More info:

A work around is available - check npm run test-working. Running the test script in the command line exits with a proper error: mocha tests/**/*.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published