Skip to content

Commit

Permalink
improve ejected config types
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Apr 21, 2023
1 parent 428f7db commit d3b6668
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 d3b6668

Please sign in to comment.