Migrate to a monorepo structure (#2909)
This commit is contained in:
13
packages/twenty-front/.storybook/test-runner-jest.config.js
Normal file
13
packages/twenty-front/.storybook/test-runner-jest.config.js
Normal file
@ -0,0 +1,13 @@
|
||||
import { getJestConfig } from "@storybook/test-runner";
|
||||
|
||||
/**
|
||||
* @type {import('@jest/types').Config.InitialOptions}
|
||||
*/
|
||||
export default {
|
||||
// The default configuration comes from @storybook/test-runner
|
||||
...getJestConfig(),
|
||||
/** Add your own overrides below
|
||||
* @see https://jestjs.io/docs/configuration
|
||||
*/
|
||||
testTimeout: process.env.STORYBOOK_SCOPE === 'pages' ? 60000 : 15000,
|
||||
};
|
||||
Reference in New Issue
Block a user