mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Remove debug logs from mocha tests (#4026)
This commit is contained in:
@@ -150,7 +150,6 @@ suite('Inputs', function() {
|
||||
chai.assert(setBlockSpy.calledOnce);
|
||||
chai.assert.equal(setBlockSpy.getCall(0).args[0], this.block);
|
||||
chai.assert(initSpy.calledOnce);
|
||||
console.log(this.renderStub.callCount);
|
||||
chai.assert(this.renderStub.calledOnce);
|
||||
chai.assert(this.bumpNeighboursStub.calledOnce);
|
||||
|
||||
|
||||
@@ -309,7 +309,6 @@ suite('Toolbox', function() {
|
||||
}
|
||||
function checkContents(actualContents, expectedContents) {
|
||||
chai.assert.equal(actualContents.length, expectedContents.length);
|
||||
console.log(actualContents);
|
||||
for (var i = 0; i < actualContents.length; i++) {
|
||||
chai.assert.containsAllKeys(actualContents[i], Object.keys(expectedContents[i]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user