This commit is contained in:
Bastian Wagner
2026-07-17 10:50:10 +02:00
parent 8c6ad294b2
commit 201c4e03f8
22 changed files with 1275 additions and 21 deletions

6
apps/api/jest.config.js Normal file
View File

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