Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb4bf4 commit 4ba35ebCopy full SHA for 4ba35eb
lib/jasmine-1.0.1/jasmine.js
@@ -2200,7 +2200,8 @@ jasmine.util.inherit(jasmine.WaitsForBlock, jasmine.Block);
2200
jasmine.WaitsForBlock.TIMEOUT_INCREMENT = 10;
2201
2202
jasmine.WaitsForBlock.prototype.execute = function(onComplete) {
2203
- this.env.reporter.log('>> Jasmine waiting for ' + (this.message || 'something to happen'));
+ // (i): disabled this log since its annoying
2204
+ //this.env.reporter.log('>> Jasmine waiting for ' + (this.message || 'something to happen'));
2205
var latchFunctionResult;
2206
try {
2207
latchFunctionResult = this.latchFunction.apply(this.spec);
0 commit comments