mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
console.warn("start spec");
|
|
describe("less.js main tests", function() {
|
|
testLessEqualsInDocument();
|
|
it("the global environment", function() {
|
|
expect(window.require).toBe(undefined);
|
|
});
|
|
});
|