mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 22:11:55 +03:00
10 lines
300 B
JavaScript
10 lines
300 B
JavaScript
|
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',
|
||
|
};
|