mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -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);
|
|
}); |