Mocha's done() invoked with non-Error
Open
p2
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
``` js
F("something").exists(done);
```
throws an error. Must we really do this instead?:
``` js
F("something").exists( function(){ done() } );
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.