UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

3 lines (2 loc) 186 B
import { NxCypressE2EPresetOptions } from '@nx/cypress/plugins/cypress-preset'; export declare function nxE2EStorybookPreset(filePath: string, options?: NxCypressE2EPresetOptions): any;