UNPKG

@o3r/testing

Version:

The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.

6 lines 291 B
import { Rule } from '@angular-devkit/schematics'; /** * Replace the call of {@link O3rComponentFixture.ThrowOnUndefined} to {@link O3rComponentFixture.ThrowOnUndefinedElement} */ export declare function updateThrowOnUndefinedCalls(): Rule; //# sourceMappingURL=throw-on-undefined.d.ts.map