summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-07-19 23:24:57 -0700
committerAlexander Early <alexander.early@gmail.com>2015-07-19 23:24:57 -0700
commit5a0aa3eeffdb44234d6a1186d62f754ceba26b01 (patch)
treefe7630c9809a3bbf05fa96aa6a68c9f3f89b9f31 /test
parent2dae7878ef485d40bd14eef4b5be70a246633659 (diff)
downloadasync-5a0aa3eeffdb44234d6a1186d62f754ceba26b01.tar.gz
added not about mocha migration, fixed linting
Diffstat (limited to 'test')
-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) {