We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bcbe39 + fa78a43 commit 122208bCopy full SHA for 122208b
1 file changed
addon-test-support/@ember/test-helpers/setup-context.ts
@@ -200,12 +200,6 @@ function cleanup(context: BaseContext) {
200
(Ember as any).testing = false;
201
202
unsetContext();
203
-
204
- if (isTestContext(context)) {
205
- // this should not be required, but until https://github.com/emberjs/ember.js/pull/19106
206
- // lands in a 3.20 patch release
207
- context.owner.destroy();
208
- }
209
}
210
211
/**
0 commit comments