UNPKG

@testplane/storybook

Version:

Testplane plugin that enables runtime screenshot storybook tests autogeneration

7 lines (6 loc) 284 B
import type Testplane from "testplane"; import type { PluginPartialConfig } from "./config"; export * from "./types"; export { getStoryFile } from "./storybook/story-to-test"; declare const _default: (testplane: Testplane, opts: PluginPartialConfig) => void; export default _default;