We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d6425 commit ea529c5Copy full SHA for ea529c5
package.json
@@ -37,7 +37,7 @@
37
"build": "tsc",
38
"prestart": "npm run build",
39
"start": "./wait-for-it.sh ${AMQP_HOST}:${AMQP_PORT} -- node dist/taskmaster.js",
40
- "test": "mocha --timeout 10000 --exit --require ts-node/register test/**/*.ts",
+ "test": "docker build . -t codingblocks/judge-taskmaster && mocha --timeout 10000 --exit --require ts-node/register test/**/*.ts",
41
"test.parallel": "mocha-parallel-tests --timeout 10000 --exit --require ts-node/register test/**/*.ts",
42
"cover": "nyc npm test"
43
},
0 commit comments