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