Fix/simplify tests under sauce
This commit is contained in:
@@ -214,6 +214,10 @@ describe('builtin helpers', function() {
|
||||
});
|
||||
|
||||
describe("#log", function() {
|
||||
if (typeof console === 'undefined') {
|
||||
return;
|
||||
}
|
||||
|
||||
var info,
|
||||
error;
|
||||
beforeEach(function() {
|
||||
|
||||
Reference in New Issue
Block a user