mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Changed error message.
This commit is contained in:
@@ -79,7 +79,7 @@ var testErrorSheet = function(sheet) {
|
||||
waitsFor(function() {
|
||||
actualErrorElement = document.getElementById(id);
|
||||
return actualErrorElement!==null;
|
||||
}, "failed to load expected outout", 70);
|
||||
}, "error message was not generated", 70);
|
||||
|
||||
|
||||
describe("the error", function() {
|
||||
|
||||
Reference in New Issue
Block a user