Skip to content

Commit

Permalink
fix(jest): new jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 14, 2023
1 parent 3d8e05a commit f0f824c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .storybook/test-runner-jest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { getJestConfig } = require("@storybook/test-runner");

/**
* @type {import('@jest/types').Config.InitialOptions}
*/
module.exports = {
// The default configuration comes from @storybook/test-runner
...getJestConfig(),
/** Add your own overrides below
* @see https://jestjs.io/docs/configuration
*/
testTimeout: 30000,
};

0 comments on commit f0f824c

Please sign in to comment.