mirror of
https://github.com/google/blockly.git
synced 2026-01-15 12:57:12 +01:00
Use tests/bootstrap.js instead of blockly_uncompressed.js to load blockly in uncompressed mode in the Mocha tests. This entails adding a new item, despFiles, to BLOCKLY_BOOTSTRAP_OPTIONS, to allow tests/deps.mocha.js to be loaded at the appropriate point. Mention of blockly_uncompressed.js is removed from tests/mocah/.mocharc.js; it's not clear to me what effect the "file:" directive in this file might have previously had and I was not able to find documentation for it on mochajs.org, but in any case removing it appears to have had no ill effect.