awekas/apps/mqtt-gateway/jest.config.ts
Felix Dürrwald f11c3d80f6
Some checks failed
CI / main (push) Failing after 1m15s
Initial commit
2024-09-25 07:32:29 +02:00

12 lines
335 B
TypeScript

/* eslint-disable */
export default {
displayName: 'mqtt-gateway',
preset: '../../jest.preset.js',
testEnvironment: 'node',
transform: {
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
},
moduleFileExtensions: ['ts', 'js', 'html'],
coverageDirectory: '../../coverage/apps/mqtt-gateway',
};