UNPKG

@storybook/test-runner

Version:
16 lines (13 loc) 428 B
import { getJestConfig } from '../dist/index.js'; // The default Jest configuration comes from @storybook/test-runner const testRunnerConfig = getJestConfig(); /** * @type {import('@jest/types').Config.InitialOptions} */ export default { ...testRunnerConfig, /** Add your own overrides below, and make sure * to merge testRunnerConfig properties with your own * @see https://jestjs.io/docs/configuration */ };