Revert "test cypress CLI using chrome"

This reverts commit b4ebda3729.
This commit is contained in:
Nolan Lawson 2018-02-18 18:17:58 -08:00
parent b4ebda3729
commit 944fd098b1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"build-sass": "node ./bin/build-sass.js",
"build-sass-watch": "node ./bin/build-sass.js --watch",
"run-mastodon": "node ./bin/run-mastodon",
"cy:run": "cypress run --browser chrome",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race run-mastodon build-and-start test-mastodon",
"test-mastodon": "run-s wait-for-mastodon-to-start cy:run",