runner-main-spec.js 210 B

1234567
  1. console.warn("start spec");
  2. describe("less.js main tests", function() {
  3. testLessEqualsInDocument();
  4. it("the global environment", function() {
  5. expect(window.require).toBe(undefined);
  6. });
  7. });