Skip to content

Commit 427ba16

Browse files
committed
Update package.json
1 parent 65f15a0 commit 427ba16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

course-matrix/backend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "",
55
"main": "src/index.ts",
66
"scripts": {
7-
"dev": "ts-node -r dotenv/config src/index.ts"
7+
"dev": "ts-node -r dotenv/config src/index.ts",
8+
"test": "jest",
9+
"test:watch": "jest --watch"
810
},
911
"keywords": [],
1012
"author": "",

0 commit comments

Comments
 (0)