Skip to content

Commit e48a6c6

Browse files
authored
Ax/scrum 181 Speed up test execution and fix address already in use :::8081 local testing error (#151)
1 parent 89a75a3 commit e48a6c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

course-matrix/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.ts",
66
"scripts": {
77
"dev": "ts-node -r dotenv/config src/index.ts",
8-
"test": "jest",
8+
"test": "jest --runInBand",
99
"test:watch": "jest --watch",
1010
"build": "vite build",
1111
"prod": "ts-node -r dotenv/config src/index.ts"

course-matrix/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint .",
1010
"preview": "vite preview",
1111
"prod": "vite build && vite preview --port 5173",
12-
"test": "jest",
12+
"test": "jest --runInBand",
1313
"test:watch": "jest --watch"
1414
},
1515
"dependencies": {

0 commit comments

Comments
 (0)