Skip to content

Commit

Permalink
Change back to not running tests in the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Aug 23, 2023
1 parent 2b91e02 commit a7055af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettify": "prettier --write \"**/*.{ts,js}\"",
"typecheck": "tsc --noEmit",
"cypress:open": "cypress open --config-file tests/cypress/cypress-config.js --e2e --browser chrome",
"cypress:run": "cypress run --config-file tests/cypress/cypress-config.js --e2e --browser chrome",
"cypress:run": "cypress run --config-file tests/cypress/cypress-config.js",
"env": "wp-env",
"env:start": "wp-env start",
"env:stop": "wp-env stop",
Expand Down

0 comments on commit a7055af

Please sign in to comment.