summaryrefslogtreecommitdiff
path: root/test/test-async.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-async.js')
-rwxr-xr-xtest/test-async.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test-async.js b/test/test-async.js
index 10290ac..e9e5663 100755
--- a/test/test-async.js
+++ b/test/test-async.js
@@ -1,3 +1,8 @@
+/**
+ * NOTE: We are in the process of migrating these tests to Mocha. If you are
+ * adding a new test, consider creating a new spec file in mocha_tests/
+ */
+
var async = require('../lib/async');
if (!Function.prototype.bind) {