Skip to content

Commit

Permalink
fix(react): no tests, no coverage, kthx
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Nov 23, 2017
1 parent 418dc2d commit fc76556
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"precommit": "lint-staged",
"prepublish": "cp README.md packages/henri",
"pretest": "lerna bootstrap",
"test": "NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --forceExit --runInBand --verbose --bail",
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"test:watch": "NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --runInBand --verbose --bail --watch --notify"
"test":
"NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --forceExit --runInBand --verbose --bail",
"coveralls":
"nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"test:watch":
"NODE_CONFIG_DIR=./packages/config/tests/config jest --coverage --runInBand --verbose --bail --watch --notify"
},
"devDependencies": {
"@types/bcrypt-nodejs": "^0.0.30",
Expand Down Expand Up @@ -71,6 +74,7 @@
"packages/model",
"packages/waterline",
"packages/mongo",
"packages/react",
"packages/mysql",
"packages/disk",
"packages/jest-runtime/src/__tests__/test_root.*",
Expand Down

0 comments on commit fc76556

Please sign in to comment.