mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:21:12 +08:00
FIX: Don't cloak in test mode. Should help with intermittant failures
This commit is contained in:
@ -115,6 +115,9 @@ QUnit.testStart(function(ctx) {
|
||||
}
|
||||
});
|
||||
|
||||
// Don't cloak in testing
|
||||
Ember.CloakedCollectionView = Ember.CollectionView;
|
||||
|
||||
QUnit.testDone(function() {
|
||||
Ember.run.debounce = origDebounce;
|
||||
window.sandbox.restore();
|
||||
|
Reference in New Issue
Block a user