mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
7 lines
199 B
JavaScript
7 lines
199 B
JavaScript
![]() |
describe("less.js browser behaviour", function() {
|
||
|
testLessEqualsInDocument();
|
||
|
|
||
|
it("has some log messages", function() {
|
||
|
expect(logMessages.length).toBeGreaterThan(0);
|
||
|
});
|
||
|
});
|