mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
DEV: prevents Pretender Object to leak between tests (#7726)
This commit is contained in:
parent
d1228f47bb
commit
fce34aa799
|
@ -155,6 +155,8 @@ QUnit.testDone(function() {
|
|||
|
||||
server.shutdown();
|
||||
|
||||
window.server = null;
|
||||
|
||||
// ensures any event not removed is not leaking between tests
|
||||
// most likely in intialisers, other places (controller, component...)
|
||||
// should be fixed in code
|
||||
|
|
Loading…
Reference in New Issue
Block a user