686457890d
BREAKING CHANGE: Before: ``` testComponentBuilder.createAsync(MyComponent).then(root: RootTestComponent => { } ``` After: ``` testComponentBuilder.createAsync(MyComponent).then(fixture: ComponentFixture => { } ``` Closes #4711 |
||
---|---|---|
.. | ||
fake_async_spec.ts | ||
test_component_builder_spec.ts | ||
testing_internal_spec.ts | ||
testing_public_spec.dart | ||
testing_public_spec.ts | ||
utils_spec.ts |