summaryrefslogtreecommitdiff
path: root/mocha_test/waterfall.js
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test/waterfall.js')
-rw-r--r--mocha_test/waterfall.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocha_test/waterfall.js b/mocha_test/waterfall.js
index 7053b2c..c9abdc9 100644
--- a/mocha_test/waterfall.js
+++ b/mocha_test/waterfall.js
@@ -106,7 +106,7 @@ describe("waterfall", function () {
}).to.throw(/already called/);
});
- it('call in another context', function(done) {
+ it('call in another context @nycinvalid', function(done) {
if (process.browser) {
// node only test
done();