Files
ldap-identidy/apps/api/jest.config.js
Bastian Wagner 201c4e03f8 logging
2026-07-17 10:50:10 +02:00

7 lines
130 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
roots: ['<rootDir>/src'],
testRegex: '.*\\.spec\\.ts$',
};