2** EPITECH PROJECT, 2024
10 testEnvironment: 'node',
11 moduleDirectories: ['node_modules', './src'],
12 moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
14 '^.+\\.ts$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }], // Explicitly use tsconfig.test.json
16 testMatch: ['**/__tests__/**/*.ts'],