Files
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

8 lines
210 B
JavaScript

console.warn('start spec');
describe('less.js main tests', function() {
testLessEqualsInDocument();
it('the global environment', function() {
expect(window.require).to.be.undefined;
});
});