Skip to content

Commit 3529cd2

Browse files
author
celine ozdemir
committed
Package and Yarn set-up
1 parent 6837c71 commit 3529cd2

File tree

3 files changed

+1007
-6
lines changed

3 files changed

+1007
-6
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ module.exports = {
88
clearMocks: true,
99
resetMocks: true,
1010
restoreMocks: true,
11+
clearMocks:true,
1112
};

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"express": "^4.17.1",
1717
"jsonwebtoken": "^8.5.1",
1818
"lodash": "^4.17.21",
19+
"mongodb": "^5.4.0",
20+
"mongodb-memory-server": "^8.12.2",
1921
"mongoose": "^6.0.8",
2022
"nanoid": "^3.1.28",
2123
"pino": "^6.13.3",

0 commit comments

Comments
 (0)