mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
8 lines
210 B
JavaScript
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);
|
|
});
|
|
});
|