We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent cb8c94f commit 875b575Copy full SHA for 875b575
tasks/testing.rake
@@ -91,7 +91,7 @@ task :cruby_tests do
91
92
sh 'RUBYOPT="-rbundler/setup" '\
93
"bin/opal #{include_paths} #{stubs} -rnodejs -Dwarning -A #{filename} -c > tmp/cruby_tests.js"
94
- sh 'node tmp/cruby_tests.js'
+ sh 'NODE_PATH=stdlib/nodejs/node_modules node tmp/cruby_tests.js'
95
end
96
97
task :mspec => [:mspec_node, :mspec_phantom]
0 commit comments