mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
DEV: prevents Pretender Object to leak between tests (#7726)
This commit is contained in:
parent
d1228f47bb
commit
fce34aa799
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue