Loading spec/serializer_spec.rb +0 −8 Original line number Diff line number Diff line Loading @@ -162,10 +162,6 @@ describe JsDuck::Serializer do end describe "adds parenthesis correctly on" do it "assignment expression" do test("(foo, bar) = [1, 2];") end it "conditional expression" do test("(foo = true) ? 1 : 2;") end Loading @@ -182,10 +178,6 @@ describe JsDuck::Serializer do test("!(bar || baz);") end it "update expression" do test("++(5 + 5);") end it "call expression" do test("(foo || bar)();") end Loading Loading
spec/serializer_spec.rb +0 −8 Original line number Diff line number Diff line Loading @@ -162,10 +162,6 @@ describe JsDuck::Serializer do end describe "adds parenthesis correctly on" do it "assignment expression" do test("(foo, bar) = [1, 2];") end it "conditional expression" do test("(foo = true) ? 1 : 2;") end Loading @@ -182,10 +178,6 @@ describe JsDuck::Serializer do test("!(bar || baz);") end it "update expression" do test("++(5 + 5);") end it "call expression" do test("(foo || bar)();") end Loading