UNPKG

@push.rocks/tapbundle

Version:

A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.

10 lines (9 loc) 231 B
import type { fixture, html } from '@open-wc/testing'; declare class WebHelpers { html: typeof html; fixture: typeof fixture; constructor(); enable(): void; } export declare const webhelpers: WebHelpers; export {};