bitovi / bitovi/funcunit

Mocha's done() invoked with non-Error

Open
#74 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.