Rename `test-fast` to `test`; Rename `test` to `test-slow`

pull/511/head
Rick Carlino 2017-10-22 11:42:08 -05:00
parent c276d9f986
commit 4bcdc7188f
2 changed files with 3 additions and 3 deletions

View File

@ -21,5 +21,5 @@ script:
- export COVERALLS_REPO_TOKEN=lEX6nkql7y2YFCcIXVq5ORvdvMtYzfZdG
- bundle exec rspec --fail-fast=3
- npm run typecheck
- npm run test
- npm run test-slow
- npm run coverage

View File

@ -14,8 +14,8 @@
"heroku-postbuild": "webpack --config=./config/webpack.prod.js",
"dev": "echo '===We use `rails api:start` now.==='",
"webpack": "./node_modules/.bin/webpack-dev-server --config config/webpack.dev.js --host 0.0.0.0",
"test": "jest --coverage --no-cache",
"test-fast": "jest --no-coverage --cache",
"test-slow": "jest --coverage --no-cache",
"test": "jest --no-coverage --cache",
"typecheck": "./node_modules/.bin/tsc --noEmit --jsx preserve"
},
"keywords": [