@@ -95,7 +95,7 @@ describe('projection', () => {
9595 expect ( main . nativeElement ) . toHaveText ( 'I AM PROJECTED' ) ;
9696 } ) ;
9797
98- fixmeIvy ( 'unknown' ) . it ( 'should support multiple content tags' , ( ) => {
98+ it ( 'should support multiple content tags' , ( ) => {
9999 TestBed . configureTestingModule ( { declarations : [ MultipleContentTagsComponent ] } ) ;
100100 TestBed . overrideComponent ( MainComp , {
101101 set : {
@@ -195,7 +195,7 @@ describe('projection', () => {
195195 expect ( main . nativeElement ) . toHaveText ( 'OUTER(INNER(INNERINNER(A,BC)))' ) ;
196196 } ) ;
197197
198- fixmeIvy ( 'unknown' ) . it ( 'should redistribute when the shadow dom changes' , ( ) => {
198+ it ( 'should redistribute when the shadow dom changes' , ( ) => {
199199 TestBed . configureTestingModule (
200200 { declarations : [ ConditionalContentComponent , ManualViewportDirective ] } ) ;
201201 TestBed . overrideComponent ( MainComp , {
@@ -302,7 +302,7 @@ describe('projection', () => {
302302 expect ( main . nativeElement ) . toHaveText ( 'SIMPLE()START(A)END' ) ;
303303 } ) ;
304304
305- fixmeIvy ( 'unknown' ) . it ( 'should support moving ng-content around' , ( ) => {
305+ it ( 'should support moving ng-content around' , ( ) => {
306306 TestBed . configureTestingModule (
307307 { declarations : [ ConditionalContentComponent , ProjectDirective , ManualViewportDirective ] } ) ;
308308 TestBed . overrideComponent ( MainComp , {
0 commit comments