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