runner-main-spec.js 217 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 console.warn("start spec"); describe("less.js main tests", function() { testLessEqualsInDocument(); it("the global environment", function() { expect(window.require).toBe(undefined); }); });