We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6837c71 commit 3529cd2Copy full SHA for 3529cd2
jest.config.js
@@ -8,4 +8,5 @@ module.exports = {
8
clearMocks: true,
9
resetMocks: true,
10
restoreMocks: true,
11
+ clearMocks:true,
12
};
package.json
@@ -16,6 +16,8 @@
16
"express": "^4.17.1",
17
"jsonwebtoken": "^8.5.1",
18
"lodash": "^4.17.21",
19
+ "mongodb": "^5.4.0",
20
+ "mongodb-memory-server": "^8.12.2",
21
"mongoose": "^6.0.8",
22
"nanoid": "^3.1.28",
23
"pino": "^6.13.3",
0 commit comments