pixsy/node_modules/less/test/browser/runner-main-spec.js

8 lines
210 B
JavaScript
Raw Normal View History

2017-12-22 17:22:08 +00:00
console.warn("start spec");
describe("less.js main tests", function() {
testLessEqualsInDocument();
it("the global environment", function() {
expect(window.require).toBe(undefined);
});
});