refactor: fix broken formatting
This commit is contained in:
parent
a0585c9a9a
commit
880e8a5cfc
|
@ -6,13 +6,14 @@
|
||||||
* found in the LICENSE file at https://angular.io/license
|
* found in the LICENSE file at https://angular.io/license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {ViewEncapsulation, ChangeDetectionStrategy} from '../../core';
|
import {ChangeDetectionStrategy, ViewEncapsulation} from '../../core';
|
||||||
import {InterpolationConfig} from '../../ml_parser/interpolation_config';
|
import {InterpolationConfig} from '../../ml_parser/interpolation_config';
|
||||||
import * as o from '../../output/output_ast';
|
import * as o from '../../output/output_ast';
|
||||||
import {ParseSourceSpan} from '../../parse_util';
|
import {ParseSourceSpan} from '../../parse_util';
|
||||||
import * as t from '../r3_ast';
|
import * as t from '../r3_ast';
|
||||||
import {R3DependencyMetadata} from '../r3_factory';
|
import {R3DependencyMetadata} from '../r3_factory';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Information needed to compile a directive for the render3 runtime.
|
* Information needed to compile a directive for the render3 runtime.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -707,8 +707,7 @@ function declareTests(config?: {useJit: boolean}) {
|
||||||
|
|
||||||
tick();
|
tick();
|
||||||
|
|
||||||
const cmp: PushCmpWithAsyncPipe =
|
const cmp: PushCmpWithAsyncPipe = fixture.debugElement.children[0].references !['cmp'];
|
||||||
fixture.debugElement.children[0].references !['cmp'];
|
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
expect(cmp.numberOfChecks).toEqual(1);
|
expect(cmp.numberOfChecks).toEqual(1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue