nx/packages/storybook/jest.config.js
2020-07-16 16:18:00 -04:00

10 lines
262 B
JavaScript

module.exports = {
name: 'storybook',
preset: '../../jest.config.js',
transform: {
'^.+\\.[tj]sx?$': 'ts-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'html'],
globals: { 'ts-jest': { tsConfig: '<rootDir>/tsconfig.spec.json' } },
};