mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-14 10:08:13 -05: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);
|
|
});
|
|
});
|