diff --git a/tests/mocha/block_test.js b/tests/mocha/block_test.js index 24cfe0d93cf..3184d409d49 100644 --- a/tests/mocha/block_test.js +++ b/tests/mocha/block_test.js @@ -1386,6 +1386,12 @@ suite('Blocks', function () { getBubbleSize() { return Blockly.utils.Size(0, 0); } + + bubbleIsVisible() { + return true; + } + + setBubbleVisible() {} } setup(function () {