client/apps/annotation/jest.config.js
module.exports = {
name: 'annotation',
preset: '../../jest.config.js',
coverageDirectory: '../../coverage/apps/annotation',
snapshotSerializers: [
'jest-preset-angular/build/AngularNoNgAttributesSnapshotSerializer.js',
'jest-preset-angular/build/AngularSnapshotSerializer.js',
'jest-preset-angular/build/HTMLCommentSerializer.js'
]
};