Skip to content

Commit ea529c5

Browse files
committed
update test script
1 parent c8d6425 commit ea529c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"build": "tsc",
3838
"prestart": "npm run build",
3939
"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",
40+
"test": "docker build . -t codingblocks/judge-taskmaster && mocha --timeout 10000 --exit --require ts-node/register test/**/*.ts",
4141
"test.parallel": "mocha-parallel-tests --timeout 10000 --exit --require ts-node/register test/**/*.ts",
4242
"cover": "nyc npm test"
4343
},

0 commit comments

Comments
 (0)