test-runner-jest.config.js (280B)
1 const { getJestConfig } = require('@storybook/test-runner'); 2 3 module.exports = { 4 // The default configuration comes from @storybook/test-runner 5 ...getJestConfig(), 6 /** Add your own overrides below 7 * @see https://jestjs.io/docs/configuration 8 */ 9 preset: 'ts-jest', 10 };