parent
4f009e7a03
commit
f983e99fb2
|
@ -1971,9 +1971,7 @@ const DEFAULT_COMPONENT_ID = '1';
|
|||
expect(players[0].duration).toEqual(5678);
|
||||
});
|
||||
|
||||
fixmeIvy(
|
||||
'FW-932: Animation @triggers are not reported to the renderer in Ivy as they are in VE')
|
||||
.it('should not render animations when the object expression value is the same as it was previously',
|
||||
it('should not render animations when the object expression value is the same as it was previously',
|
||||
() => {
|
||||
@Component({
|
||||
selector: 'ani-cmp',
|
||||
|
|
Loading…
Reference in New Issue