AFFiNE/libs/components/editor-plugins/jest.config.js

10 lines
300 B
JavaScript
Raw Normal View History

module.exports = {
displayName: 'components-editor-plugins',
preset: '../../../jest.preset.js',
transform: {
'^.+\\.[tj]sx?$': 'babel-jest',
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
coverageDirectory: '../../../coverage/libs/components/editor-plugins',
};