Skip to content

Commit

Permalink
release all the memory
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jun 7, 2017
1 parent c78ede9 commit 8369832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ember-qunit/qunit-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export function createModule(Constructor, name, description, callbacks) {

after() {
let result = after.apply(this, arguments);
module = null;

after = afterEach = before = beforeEach = callbacks = module = null;
return result;
}
});
Expand Down

0 comments on commit 8369832

Please sign in to comment.