test: Fix path to require hello-world module
This commit is contained in:
parent
35043ad8ac
commit
d2fba2bf35
@ -1,4 +1,4 @@
|
|||||||
var assert = require('assert');
|
var assert = require('assert');
|
||||||
var binding = require('./out/Release/binding');
|
var binding = require('./build/Release/binding');
|
||||||
assert.equal('world', binding.hello());
|
assert.equal('world', binding.hello());
|
||||||
console.log('binding.hello() =', binding.hello());
|
console.log('binding.hello() =', binding.hello());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user