fixed test includes

This commit is contained in:
Ulf Gebhardt 2021-10-11 13:14:28 +02:00
parent 119407ec2e
commit 2bd8ca252b
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -4,4 +4,7 @@ module.exports = {
preset: 'ts-jest',
collectCoverage: true,
collectCoverageFrom: ['src/**/*.ts', '!**/node_modules/**'],
moduleNameMapper: {
'@entity/(.*)': '<rootDir>/../database/entity/$1',
},
}