style(animations): format integration spec (#18805)
This commit is contained in:
parent
70628112e8
commit
5a1b9a34df
|
@ -2729,7 +2729,7 @@ export function main() {
|
|||
fixture.detectChanges();
|
||||
expect(getLog().length).toEqual(0);
|
||||
});
|
||||
|
||||
|
||||
it('should respect parent/sub animations when the respective area in the DOM is disabled',
|
||||
fakeAsync(() => {
|
||||
@Component({
|
||||
|
|
Loading…
Reference in New Issue