aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/tests/async_basis_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/tests/async_basis_test.js')
-rw-r--r--src/nodejs/tests/async_basis_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodejs/tests/async_basis_test.js b/src/nodejs/tests/async_basis_test.js
index 47062e3..c083a19 100644
--- a/src/nodejs/tests/async_basis_test.js
+++ b/src/nodejs/tests/async_basis_test.js
@@ -1,5 +1,5 @@
if (module == require.main) {
- return require('./node-async-testing/lib/async_testing').run(process.ARGV);
+ return require('async_testing').run(__filename, process.ARGV);
}
module.exports = {