mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
add tests and fix log to console feature
This commit is contained in:
5
test/browser/runner-console-errors.js
Normal file
5
test/browser/runner-console-errors.js
Normal file
@@ -0,0 +1,5 @@
|
||||
less.errorReporting = 'console';
|
||||
|
||||
describe("less.js error reporting console test", function() {
|
||||
testLessErrorsInDocument(true);
|
||||
});
|
||||
Reference in New Issue
Block a user