1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Merge branch 'master' into improve-backtraces

This commit is contained in:
Joshua Peek 2015-03-05 11:33:24 -08:00
commit 0d781c4092

View file

@ -331,6 +331,8 @@ class TestExecJS < Test
end end
def test_babel def test_babel
skip if ExecJS.runtime.is_a?(ExecJS::RubyRhinoRuntime)
assert source = File.read(File.expand_path("../fixtures/babel.js", __FILE__)) assert source = File.read(File.expand_path("../fixtures/babel.js", __FILE__))
source = <<-JS source = <<-JS
var self = this; var self = this;