test(ivy): enable passing animation test (#28156)

PR Close #28156
This commit is contained in:
Pawel Kozlowski 2019-01-15 17:19:18 +01:00 committed by Andrew Kushnir
parent 4f009e7a03
commit f983e99fb2
1 changed files with 36 additions and 38 deletions

View File

@ -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',