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); }); });