ViNotion BV

Results 1 issues of ViNotion BV

In the example code of `README.md`, there's an error in the async test. The line: ```javascript var done = assert.stop(); ``` Should be replaced by: ```javascript var done = assert.async();...

problem
documentation
help welcome