MCPcopy Create free account
hub / github.com/angular/components / revalidate

Function revalidate

src/material/datepicker/datepicker.spec.ts:1501–1505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1499 });
1500
1501 async function revalidate() {
1502 fixture.detectChanges();
1503 await fixture.whenStable();
1504 fixture.detectChanges();
1505 }
1506
1507 afterEach(() => {
1508 testComponent.datepicker.close();

Callers 1

datepicker.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected