Skip to content

Commit

Permalink
removed istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
krystianity committed May 31, 2018
1 parent cf4fce7 commit afddba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit afddba8

Please sign in to comment.