Permalink
Browse files
Fixed tests by passing Buffer to vm_harness.
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
tests/fixtures/vm_harness.js
|
@@ -25,6 +25,7 @@ function make_test(module_path, test_path) { |
|
|
var sandbox = {
|
|
|
require: exports.sandbox_require,
|
|
|
console: console,
|
|
|
+ Buffer: Buffer,
|
|
|
exports: {},
|
|
|
test: test
|
|
|
};
|
|
|
0 comments on commit
1388e78