Skip to content

Commit

Permalink
remove useless files and retry pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Khagou committed Jan 31, 2024
1 parent df493ba commit a6d2368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/jest-mongodb-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module.exports = {
instance: {
port: 27018, // Utilisez un port différent du port par défaut
},
// binary: {
// version: "4.0.3", // Utilisez la version de MongoDB que vous préférez
// skipMD5: true,
// },
binary: {
version: "4.0.3", // Utilisez la version de MongoDB que vous préférez
skipMD5: true,
},
autoStart: false,
},
};

0 comments on commit a6d2368

Please sign in to comment.