mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
7 lines
186 B
JavaScript
7 lines
186 B
JavaScript
![]() |
less.env = "production";
|
||
|
|
||
|
describe("less.js production behaviour", function() {
|
||
|
it("doesn't log any messages", function() {
|
||
|
expect(logMessages.length).toEqual(0);
|
||
|
});
|
||
|
});
|