mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: reduces memory footprint of tests - step 1 (#7591)
This commit is contained in:
@ -64,6 +64,7 @@ QUnit.module("lib:keyboard-shortcuts", {
|
||||
|
||||
afterEach() {
|
||||
$("#qunit-scratch").html("");
|
||||
testMouseTrap = undefined;
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user