add tests and fix log to console feature

This commit is contained in:
Luke Page
2013-08-21 20:35:32 +01:00
parent 6c5072ebbc
commit 03a7183637
6 changed files with 55 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
less.errorReporting = 'console';
describe("less.js error reporting console test", function() {
testLessErrorsInDocument(true);
});