Skip to content

Commit

Permalink
temporarily deactivate jest snapshot tests (and remove unused mocha s…
Browse files Browse the repository at this point in the history
…cript)
  • Loading branch information
southerneer committed Sep 26, 2019
1 parent ca3bb09 commit f4c7c43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
"androidNetwork": "adb reverse tcp:8081 tcp:8081",
"androidInstall": "cd android && ./gradlew clean && ./gradlew assembleStagingDebug && ./gradlew installStagingDebug && cd .. && yarn androidNetwork",
"test": "npm run testLocal && npm run jestWockyCI",
"testLocal": "npm run lint && npm run lintWocky && npm run tsc:all && npm run jestCI",
"testLocal": "npm run lint && npm run lintWocky && npm run tsc:all",
"tsc": "node node_modules/.bin/tsc -p tsconfig.build.json",
"tsc:all": "node node_modules/.bin/tsc -p tsconfig.json",
"jestWocky": "jest --config jest.wocky.config.js",
"jestWockyCI": "jest --config jest.wocky.config.js --no-cache --i --detectOpenHandles --forceExit",
"mochaWockyLocal": "WOCKY_LOCAL=true npm run mochaWocky -- --timeout 5000",
"jest": "jest --config jest.config.js",
"jestCI": "jest --config jest.config.js --verbose --runInBand",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts' 'src/**/*.tsx'",
Expand Down

0 comments on commit f4c7c43

Please sign in to comment.