summaryrefslogtreecommitdiff
path: root/mocha_test/auto.js
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test/auto.js')
-rw-r--r--mocha_test/auto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocha_test/auto.js b/mocha_test/auto.js
index 55f3b25..e2e55f9 100644
--- a/mocha_test/auto.js
+++ b/mocha_test/auto.js
@@ -286,7 +286,7 @@ describe('auto', function () {
callback(null, 'task1');
}]
});
- }).to.throw();
+ }).to.throw(/dependency `noexist`/);
done();
});