Icard/angular-clarity-master(work.../node_modules/less/test/browser/runner-main-spec.js

8 lines
210 B
JavaScript
Raw Normal View History

2024-07-16 14:55:36 +00:00
console.warn('start spec');
describe('less.js main tests', function() {
testLessEqualsInDocument();
it('the global environment', function() {
expect(window.require).to.be.undefined;
});
});