Skip to content

Commit

Permalink
Return back mocha tests by default along with jest
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Aug 31, 2018
1 parent 6ebe4bc commit 9cce311
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"exp": "cross-env NODE_ENV=production spin exp",
"exp-login": "cross-env NODE_ENV=production spin exp login -u $EXP_USERNAME -p $EXP_PASSWORD --non-interactive",
"exp-publish": "yarn exp-login && yarn exp -- p --non-interactive",
"tests": "cross-env NODE_ENV=jest PORT=7070 yarn --cwd ../.. jest",
"tests:watch": "cross-env NODE_ENV=jest PORT=7070 yarn --cwd ../.. jest --watch",
"tests": "cross-env NODE_ENV=test PORT=7070 spin test -t 10000 --full-trace --exit \"src/**/*.spec.*\"",
"tests:watch": "cross-env NODE_ENV=test PORT=7070 spin test -t 10000 --full-trace --watch \"src/**/*.spec.*\"",
"jest": "cross-env NODE_ENV=jest PORT=7070 yarn --cwd ../.. jest",
"jest:watch": "cross-env NODE_ENV=jest PORT=7070 yarn --cwd ../.. jest --watch",
"test": "yarn tests && yarn lint",
"eslint": "eslint --fix --ext js --ext jsx --ext json src",
"tslint": "tslint --fix -p tsconfig.json -c ../../tslint.json",
Expand Down

0 comments on commit 9cce311

Please sign in to comment.