projecte_ionic/node_modules/less/test/browser/runner-main-spec.js
2022-02-09 18:30:03 +01:00

8 lines
210 B
JavaScript
Executable file

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