nx/packages/storybook/jest.config.ts
2022-08-12 16:10:56 -04:00

14 lines
330 B
TypeScript

/* eslint-disable */
export default {
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html', 'json'],
globals: {
'ts-jest': { tsconfig: '<rootDir>/tsconfig.spec.json' },
},
displayName: 'storybook',
testEnvironment: 'node',
preset: '../../jest.preset.js',
};