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 65f15a0 commit 427ba16Copy full SHA for 427ba16
course-matrix/backend/package.json
@@ -4,7 +4,9 @@
4
"description": "",
5
"main": "src/index.ts",
6
"scripts": {
7
- "dev": "ts-node -r dotenv/config src/index.ts"
+ "dev": "ts-node -r dotenv/config src/index.ts",
8
+ "test": "jest",
9
+ "test:watch": "jest --watch"
10
},
11
"keywords": [],
12
"author": "",
0 commit comments