Loading spec/js_serializer_spec.rb +0 −4 Original line number Diff line number Diff line Loading @@ -50,10 +50,6 @@ describe JsDuck::Js::Serializer do test("var foo, bar = 5;") end it "variable declaration with let" do test("let foo = true;") end it "assignment of function expression" do test("foo = function (a) {};") end Loading Loading
spec/js_serializer_spec.rb +0 −4 Original line number Diff line number Diff line Loading @@ -50,10 +50,6 @@ describe JsDuck::Js::Serializer do test("var foo, bar = 5;") end it "variable declaration with let" do test("let foo = true;") end it "assignment of function expression" do test("foo = function (a) {};") end Loading