storybook-addon-vis
Version:
Storybook Vitest visual testing addon
11 lines (6 loc) • 349 B
text/mdx
import { Meta } from "@storybook/addon-docs/blocks";
<Meta title="node" />
`storybook-addon-vis/node` provides functionality to configure the Storybook Visual Testing addon in the `.storybook/main.ts` file.
`.storybook/main.ts` is run on the server side,
so the code it uses are separated from the client side code.