You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Passing the name of the component manager to "setupComponentManager" is deprecated. Please pass a function that produces an instance of the manager.',
Copy file name to clipboardExpand all lines: packages/@ember/-internals/glimmer/tests/integration/custom-component-manager-test.js
-11
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,6 @@ class ComponentManagerTest extends RenderingTestCase {
80
80
moduleFor(
81
81
'Component Manager - Curly Invocation',
82
82
classextendsComponentManagerTest{
83
-
['@test the string based version of setComponentManager is deprecated'](){
84
-
expectDeprecation(()=>{
85
-
setComponentManager(
86
-
'basic',
87
-
EmberObject.extend({
88
-
greeting: 'hello',
89
-
})
90
-
);
91
-
},'Passing the name of the component manager to "setupComponentManager" is deprecated. Please pass a function that produces an instance of the manager.');
92
-
}
93
-
94
83
['@test it can render a basic component with custom component manager'](){
0 commit comments