MCPcopy Index your code
hub / github.com/angular/components / expectSameTime

Function expectSameTime

src/material/timepicker/timepicker.spec.ts:1375–1379  ·  view source on GitHub ↗
(one: Date | null, two: Date | null)

Source from the content-addressed store, hash-verified

1373 });
1374
1375 function expectSameTime(one: Date | null, two: Date | null): void {
1376 expect(adapter.sameTime(one, two))
1377 .withContext(`Expected ${one} to be same time as ${two}`)
1378 .toBe(true);
1379 }
1380
1381 function configureTestingModule(additionalProviders: Provider[] = []): void {
1382 TestBed.configureTestingModule({

Callers 1

timepicker.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…