Fix the browser tests

This commit is contained in:
Luke Page
2014-03-01 17:25:01 +00:00
parent 418af74c27
commit 2ac8617987
13 changed files with 37 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
var less = {};
var less = {logLevel: 4,
errorReporting: "console"};
less.postProcessor = function(styles) {
return 'hr {height:50px;}\n' + styles;
};