Commit fe454332 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Eliminate test for let expression.

That's not supported by RKelly, and really not needed in practice.
parent c1e2b71c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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