pixsy/node_modules/less/test/browser/runner-main-spec.js
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00: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).toBe(undefined);
});
});