mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Failing unit tests no longer show useful info.
This commit is contained in:
@@ -33,6 +33,10 @@ goog.require('goog.testing');
|
||||
*/
|
||||
var savedFireFunc = Blockly.Events.fire;
|
||||
|
||||
// Asserts must be disabled or else errors can't be shown when running on
|
||||
// file:// URLs.
|
||||
goog.asserts.ENABLE_ASSERTS = false;
|
||||
|
||||
/**
|
||||
* A helper function to replace Blockly.Events.fire in tests.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user