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).to.be.undefined;
  6. });
  7. });