diff --git a/package.json b/package.json index c14118f..6de85af 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "kafka:stop": "./kafka-setup/stop.sh", "kafka:logs": "docker-compose --file ./kafka-setup/docker-compose.yml logs -f", "kafka:console": "./kafka-setup/kafka-console.sh", - "test": "npm run lint && istanbul cover _mocha -- -R spec --exit --timeout 10000 test/int/* && istanbul check-coverage --statements 50", + "test": "npm run lint && _mocha -- -R spec --exit --timeout 10000 test/int/*", "rd-lt": "NODE_ENV=production node ./perf/RDLoadTest.js" }, "repository": {