UNPKG

@web/test-runner-commands

Version:
10 lines 344 B
import { TestRunnerPlugin } from '@web/test-runner-core'; export interface SaveSnapshotPayload { name: string; content: string; } export interface SnapshotPluginConfig { updateSnapshots?: boolean; } export declare function snapshotPlugin(config?: SnapshotPluginConfig): TestRunnerPlugin; //# sourceMappingURL=snapshotPlugin.d.ts.map