mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 16:41:56 +03:00
10 lines
294 B
JavaScript
10 lines
294 B
JavaScript
module.exports = {
|
|
displayName: 'components-editor-core',
|
|
preset: '../../../jest.preset.js',
|
|
transform: {
|
|
'^.+\\.[tj]sx?$': 'babel-jest',
|
|
},
|
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'],
|
|
coverageDirectory: '../../../coverage/libs/components/editor-core',
|
|
};
|