mirror of
https://github.com/less/less.js.git
synced 2026-01-14 01:38:12 -05:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
less.errorReporting = 'console';
|
|
|
|
describe('less.js error reporting console test', function() {
|
|
testLessErrorsInDocument(true);
|
|
}); |