runner-main-spec.js 210 Bytes
Newer Older
Kriengkrai Yothee's avatar
Kriengkrai Yothee committed
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).to.be.undefined;
    });
});