summaryrefslogtreecommitdiff
path: root/test/message/hello_world.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/hello_world.js')
-rw-r--r--test/message/hello_world.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/message/hello_world.js b/test/message/hello_world.js
index 55b231e59..522d64903 100644
--- a/test/message/hello_world.js
+++ b/test/message/hello_world.js
@@ -1,3 +1,4 @@
-require('../common');
+common = require("../common");
+assert = common.assert
console.log('hello world');