Skip to content

Commit

Permalink
fix wallet's broken tests #234
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiaszCudnik committed Jun 17, 2019
1 parent bc52d35 commit a608a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"deploy-now": "yarn build; cp -f now.json build; cd build && now --target production",
"cypress": "cypress open",
"test": "run-p --race serve test-cypress",
"test-ci": "run-p --race serve test-cypress",
"test-ci": "yarn build; run-p --race serve test-cypress",
"test-cypress": "cypress-run run --record false",
"test-cypress:record": "cypress-run run --record",
"test-unit": "jest",
Expand Down

0 comments on commit a608a40

Please sign in to comment.