Skip to content

Commit

Permalink
chore: fix mock
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Mar 15, 2024
1 parent 4c0c0f0 commit 4a7149d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/mocha/block_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,12 @@ suite('Blocks', function () {
getBubbleSize() {
return Blockly.utils.Size(0, 0);
}

bubbleIsVisible() {
return true;
}

setBubbleVisible() {}
}

setup(function () {
Expand Down

0 comments on commit 4a7149d

Please sign in to comment.