Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 736c4ab

Browse files
JeanMechepkozlowski-opensource
authored andcommitted
refactor(core): fix broken unit test.
This was broken by 3fd6897
1 parent 3fd6897 commit 736c4ab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎packages/core/test/acceptance/inherit_definition_feature_spec.ts‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ describe('inheritance', () => {
108108
selector: 'child-cmp',
109109
template: `child`,
110110
standalone: false,
111-
112-
changeDetection: ChangeDetectionStrategy.Eager,
113111
})
114112
class ChildComponent extends BareBase {}
115113

0 commit comments

Comments
 (0)