Skip to content

Commit

Permalink
chore: fix keyboard nav tests for v10.3 (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Dec 7, 2023
1 parent b78e0e2 commit b35bc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/keyboard-navigation/test/shortcuts_test.mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ suite('Shortcut Tests', function () {

teardown(function () {
window.cancelAnimationFrame = undefined;
this.jsdomCleanup();
this.controller.dispose();
delete Blockly.Blocks['basic_block'];
this.workspace.dispose();
this.jsdomCleanup();
delete Blockly.Blocks['basic_block'];
});

suite('Deleting blocks', function () {
Expand Down

0 comments on commit b35bc7a

Please sign in to comment.