Skip to content

Commit

Permalink
Disable concurrent test workers to reenable testability on CIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Nov 14, 2018
1 parent 3625e9d commit 32ebe96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"lint": "eslint src test/specs",
"test": "jest -i --verbose",
"coverage": "jest --coverage",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"coverage": "jest -i --coverage",
"coveralls": "jest -i --coverage --coverageReporters=text-lcov | coveralls",
"transpile": "mkdir -p dist && babel src -d dist",
"jsdoc": "jsdoc -t node_modules/ink-docstrap/template/ -c jsdoc.json -d .docs/jsdoc/ -R README.md src",
"jekyll": "(cd docs; jekyll build && rsync -a _site/ ../.docs/)",
Expand Down

0 comments on commit 32ebe96

Please sign in to comment.