mirror of
https://github.com/google/blockly.git
synced 2026-01-05 16:10:09 +01:00
fix(tests): Use build/msg/en.js instead of msg/messages.js (#6825)
This change had already been made (by PR #6475 amongst other) to most of the tests, but there were a couple of stragglers that still mentioned messages.js. Fixes #6824.
This commit is contained in:
committed by
GitHub
parent
1d1a927628
commit
d808c068d2
2
tests/bootstrap_helper.js
vendored
2
tests/bootstrap_helper.js
vendored
@@ -10,7 +10,7 @@
|
|||||||
* This is loaded, via goog.bootstrap(), after the other top-level
|
* This is loaded, via goog.bootstrap(), after the other top-level
|
||||||
* Blockly modules. It simply calls goog.require() for each of them,
|
* Blockly modules. It simply calls goog.require() for each of them,
|
||||||
* to force the debug module loader to finish loading them before any
|
* to force the debug module loader to finish loading them before any
|
||||||
* non-module scripts (like msg/messages.js) that might have
|
* non-module scripts (like msg/en.js) that might have
|
||||||
* undeclared dependencies on them.
|
* undeclared dependencies on them.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<script>
|
<script>
|
||||||
var BLOCKLY_BOOTSTRAP_OPTIONS = {
|
var BLOCKLY_BOOTSTRAP_OPTIONS = {
|
||||||
additionalScripts: [
|
additionalScripts: [
|
||||||
'msg/messages.js',
|
'build/msg/en.js',
|
||||||
'node_modules/@blockly/dev-tools/dist/index.js',
|
'node_modules/@blockly/dev-tools/dist/index.js',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user