node-async-testing icon indicating copy to clipboard operation
node-async-testing copied to clipboard

A Node.js test runner for testing asynchronous code

Results 7 node-async-testing issues
Sort by recently updated
recently updated
newest added

found missing } which was preventing web-runner from compiling.

This patch should address https://github.com/bentomas/node-async-testing/issues#issue/6, at least for the console runner.

hi started on API docs, runSuite (which i've been using) should be correct, other functions I havn't tested yet so they may not be quite right. although there are already...

Hi, I just installed using NPM but a lot of things doesn't works... I checked the code and it's a lot different from current source, I manually changed lib folder...

If a test never finisch the return value queried by $? in bash is still 0, which means sucsess. This causes some unwanted beahviour in our ci-System. Could you fix...

if null is thrown, it's it ends the test, but does not count as an error! you get a passing test! in javascript you can throw _ANYTHING_

for example, if the test has require('sys') i'll write a test for this, and I have an idea for a work around...