UNPKG

@web/test-runner-commands

Version:
6 lines 253 B
import { TestRunnerPlugin } from '@web/test-runner-core'; export type A11ySnapshotPayload = { selector?: string; }; export declare function a11ySnapshotPlugin(): TestRunnerPlugin<A11ySnapshotPayload>; //# sourceMappingURL=a11ySnapshotPlugin.d.ts.map