Skip to content

feckertson/mocha-done-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mocha-done-issue

An example project showing that mocha does not recognize exceptions once done has been called. Requires a nodejs installation.

Excecute npm install then npm run mocha and observe that the test passes. Repeat npm run mocha after reversing the done() call and the expect call and observe that the test fails.

About

mocha stops recognizing asserts once done has been called.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published