Skip to content

Commit b9d475c

Browse files
committed
improved test-api output
1 parent 1e89af6 commit b9d475c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint --fix controllers/ services/ test/ *.js",
1111
"format": "prettier --write .",
1212
"test": "mocha",
13-
"test-api": "docker-compose up --build --abort-on-container-exit"
13+
"test-api": "docker-compose up --build --abort-on-container-exit --attach rsscloud-tests --no-log-prefix"
1414
},
1515
"engines": {
1616
"node": ">=22"
@@ -20,13 +20,14 @@
2020
"dependencies": {
2121
"body-parser": "^2.2.0",
2222
"cors": "^2.8.5",
23+
"dayjs": "^1.11.13",
2324
"dotenv": "^16.5.0",
2425
"express": "^4.21.2",
2526
"express-handlebars": "^5.3.3",
2627
"markdown-it": "^14.1.0",
27-
"dayjs": "^1.11.13",
2828
"mongodb": "6.17.0",
2929
"morgan": "^1.10.0",
30+
"ws": "^8.18.3",
3031
"xml2js": "^0.6.2",
3132
"xmlbuilder": "^15.1.1"
3233
},

0 commit comments

Comments
 (0)