Skip to content

Commit 43f14da

Browse files
Copilotkategengler
andcommitted
Fix CI: update reexports test to reference @ember/owner for getOwner/setOwner
Co-authored-by: kategengler <444218+kategengler@users.noreply.github.com>
1 parent 9ac1d91 commit 43f14da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/ember/tests/reexports_test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,15 @@ import * as test57 from '@ember/-internals/runtime';
116116
import * as test58 from '@ember/-internals/routing';
117117
import * as test59 from 'backburner.js';
118118
import * as test60 from 'rsvp';
119+
import * as testOwner from '@ember/owner';
119120
import { DEPRECATIONS } from '@ember/-internals/deprecations';
120121

121122
let allExports = [
122123
['Application', '@ember/application', 'default', test0],
123-
['getOwner', '@ember/application', 'getOwner', test0],
124+
['getOwner', '@ember/owner', 'getOwner', testOwner],
124125
['onLoad', '@ember/application', 'onLoad', test0],
125126
['runLoadHooks', '@ember/application', 'runLoadHooks', test0],
126-
['setOwner', '@ember/application', 'setOwner', test0],
127+
['setOwner', '@ember/owner', 'setOwner', testOwner],
127128
['ApplicationInstance', '@ember/application/instance', 'default', test1],
128129
['Namespace', '@ember/application/namespace', 'default', test2],
129130
['Array', '@ember/array', 'default', test3],

0 commit comments

Comments
 (0)