Skip to content

Commit

Permalink
Merge pull request #297 from storybookjs/feat/improve-eject-config-types
Browse files Browse the repository at this point in the history
Improve ejected config types
  • Loading branch information
yannbf committed Jun 5, 2023
2 parents 790781f + d3b6668 commit 5d816e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playwright/test-runner-jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
const { getJestConfig } = require('@storybook/test-runner');

/**
* @type {import('@jest/types').Config.InitialOptions}
*/
module.exports = {
// The default configuration comes from @storybook/test-runner
...getJestConfig(),
Expand Down

0 comments on commit 5d816e4

Please sign in to comment.