UNPKG

@storybook/test-runner

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