0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 02:49:32 +01:00
posthog/test-runner-jest.config.js

11 lines
288 B
JavaScript
Raw Normal View History

const { getJestConfig } = require('@storybook/test-runner')
module.exports = {
// The default configuration comes from @storybook/test-runner
...getJestConfig(),
/** Add your own overrides below
* @see https://jestjs.io/docs/configuration
*/
forceExit: true,
}