diff --git a/tests/bootstrap.js b/tests/bootstrap.js index 0b27d8606..4dea776aa 100644 --- a/tests/bootstrap.js +++ b/tests/bootstrap.js @@ -96,7 +96,7 @@ // whether Blockly is loaded from compressed or uncompressed. // Paths relative to root. additionalScripts: [ - 'msg/messages.js', + 'build/msg/en.js', ], }; if (typeof window.BLOCKLY_BOOTSTRAP_OPTIONS === 'object') { diff --git a/tests/compile/index.html b/tests/compile/index.html index 97fb52031..0c6ea9988 100644 --- a/tests/compile/index.html +++ b/tests/compile/index.html @@ -4,7 +4,7 @@