mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
describe('less.js production behaviour', function() {
|
|
it('doesn\'t log any messages', function() {
|
|
expect(logMessages.length).to.equal(0);
|
|
});
|
|
});
|