Note about async tests not working

This commit is contained in:
Oskar Wickström 2016-02-09 20:34:40 +01:00
parent 8783d09699
commit 51eff7d4b5

View File

@ -5,6 +5,9 @@ purescript-spec-reporter-mocha is a reporter for
the test results using the Mocha interface (`describe`, `it` etc). This enables
you to use purescript-spec together with `mocha` and `karma`.
**Note that this reporter currently only works with synchronous tests!** Sorry
about that!
## Usage
```bash