fix bug des tests

This commit is contained in:
2026-06-29 18:00:25 +02:00
parent baa1b8ccc0
commit 8e00161a75
4 changed files with 135 additions and 32 deletions

View File

@@ -22,5 +22,5 @@ module.exports = {
testPathIgnorePatterns: ["/node_modules/"],
// Configuration pour Jest avec Supertest
setupFilesAfterEnv: ["<rootDir>/tests/setup.js"]
//setupFilesAfterEnv: ["<rootDir>/tests/setup.js"]
};