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