We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3befbcf commit 8f463b5Copy full SHA for 8f463b5
api/package.json
@@ -7,7 +7,7 @@
7
"start": "node index.js",
8
"test": "npm run-script test-lint && npm run-script test-unit",
9
"test-lint": "npx eslint --ext .js ./",
10
- "test-unit": "npx mocha test/ --require test/_mocha_clifix.js"
+ "test-unit": "npx mocha --inspect=0.0.0.0 test/ --require test/_mocha_clifix.js"
11
},
12
"author": "",
13
"license": "MIT",
docker-compose.test.yml
@@ -68,6 +68,10 @@ services:
68
tty: true
69
networks:
70
- test
71
+ ports:
72
+ - '8000:8000'
73
+ - '9229:9229'
74
+
75
76
77
test:
0 commit comments