diff --git a/scripts/gulpfiles/config.js b/scripts/gulpfiles/config.js index 9080866fa..af98fb579 100644 --- a/scripts/gulpfiles/config.js +++ b/scripts/gulpfiles/config.js @@ -20,7 +20,7 @@ var path = require('path'); // - tests/scripts/check_metadata.sh // - tests/scripts/update_metadata.sh // - blockly_uncompressed.js (for location of deps.js) -// - tests/playgrounds/prepare.js (for location of deps.js) +// - tests/bootstrap.js (for location of deps.js) // - tests/mocha/index.html (for location of deps.mocha.js) // Directory to write compiled output to. diff --git a/tests/playgrounds/blockly.mjs b/tests/blockly.mjs similarity index 100% rename from tests/playgrounds/blockly.mjs rename to tests/blockly.mjs diff --git a/tests/playgrounds/prepare.js b/tests/bootstrap.js similarity index 100% rename from tests/playgrounds/prepare.js rename to tests/bootstrap.js diff --git a/tests/playground.html b/tests/playground.html index 7a555392f..5443c1ecf 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -4,15 +4,16 @@