diff --git a/test/index-test.js b/test/index-test.js index 1ea3634..3f4d855 100644 --- a/test/index-test.js +++ b/test/index-test.js @@ -4,6 +4,6 @@ var assert = require("assert"); // Array var esf = require("../"); it("should return same input", function () { - var code = "fn([1,2,3])"; + var code = "fn([1,2,3]);"; assert.equal(esf(code), code); });