runner-main-spec.js 210 B

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