UNPKG

@o3r/testing

Version:

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

8 lines 294 B
/** * Exception to indicate that the code run is for transpilation purpose only. * It should not be used during runtime process */ export declare class TranspilationPurposeOnlyError extends Error { constructor(message?: string); } //# sourceMappingURL=transpilation-purpose-only.d.ts.map