X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Ftrue.spec.js;h=b515c06d731a8e328e4e846f2255878b81198ed0;hb=98c6db1241eb0d9ce652f8a50182a0d30dd9504f;hp=5a201dd968f04865c3bf431da10d57d1656724be;hpb=2394e6527edfe222a73fa046c57c4ccd34350ba9;p=mkws-moved-to-github.git diff --git a/test/spec/true.spec.js b/test/spec/true.spec.js index 5a201dd..b515c06 100644 --- a/test/spec/true.spec.js +++ b/test/spec/true.spec.js @@ -3,8 +3,8 @@ * dummy test * */ -describe("A suite", function() { - it("contains spec with an expectation", function() { - expect(true).toBe(true); - }); +describe("A suite", function () { + it("contains spec with an expectation", function () { + expect(true).toBe(true); + }); });