Fixes and adjustments to demo
This commit is contained in:
10
libs/shared-dto/jest.config.cts
Normal file
10
libs/shared-dto/jest.config.cts
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
displayName: 'shared-dto',
|
||||
preset: '../../jest.preset.js',
|
||||
testEnvironment: 'node',
|
||||
transform: {
|
||||
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }]
|
||||
},
|
||||
moduleFileExtensions: ['ts', 'js', 'html'],
|
||||
coverageDirectory: '../../coverage/libs/shared-dto',
|
||||
};
|
||||
Reference in New Issue
Block a user