UNPKG

angular-unit-test-helper

Version:

Helper functions to help write unit tests in Angular using mocks and spies

3 lines (2 loc) 181 B
import { ComponentFixture } from '@angular/core/testing'; export declare function getNativeElementByTestId<TComponent>(fixture: ComponentFixture<TComponent>, testId?: string): any;