Skip to content

Commit 0c827d7

Browse files
committed
Add missing nodeConfig file
1 parent 154dcf1 commit 0c827d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/nodeConfig.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var t262 = require('../');
2+
t262.useConfig({
3+
batchConfig: {
4+
createEnv: 'require("vm").createContext()',
5+
runBatched: 'env.process = process;require("vm").runInContext(test, env);'
6+
}
7+
})

0 commit comments

Comments
 (0)