Skip to content

Commit 153b9f5

Browse files
committed
config jest
1 parent 7f0e999 commit 153b9f5

File tree

5 files changed

+14579
-3112
lines changed

5 files changed

+14579
-3112
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules/
1+
node_modules/
2+
tests/

config/test.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PORT=5500
2+
MONGODB_URL=mongodb://127.0.0.1:27017/task-manager-api-test
3+
JWT_SECRET=thisismynewid

0 commit comments

Comments
 (0)