mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
Fix error caused by extra teardown call (#4877)
This commit is contained in:
@@ -1249,10 +1249,6 @@ suite('Connection', function() {
|
||||
};
|
||||
});
|
||||
|
||||
teardown(function() {
|
||||
sharedTestTeardown.call(this);
|
||||
});
|
||||
|
||||
suite('Disconnect from old parent', function() {
|
||||
test('Value', function() {
|
||||
var oldParent = this.workspace.newBlock('row_block');
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
goog.require('Blockly.WorkspaceComment');
|
||||
|
||||
suite('Events', function() {
|
||||
setup(function() {
|
||||
sharedTestSetup.call(this, {fireEventsNow: false});
|
||||
|
||||
Reference in New Issue
Block a user