Skip to content

Commit

Permalink
Removed pretest-e2e with db reset for e2e tests
Browse files Browse the repository at this point in the history
As discussed, this seems to be only necessary locally and it also might cause unexpected actions if someone wants to keep all posts anyway.
  • Loading branch information
gziolo authored Jan 24, 2019
1 parent f669069 commit 6600c41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
"publish:dev": "npm run build:packages && lerna publish --npm-tag next",
"publish:prod": "npm run build:packages && lerna publish",
"test": "npm run lint && npm run test-unit",
"pretest-e2e": "./bin/reset-e2e-tests.sh",
"test-e2e": "wp-scripts test-e2e --config packages/e2e-tests/jest.config.js",
"test-e2e:watch": "npm run test-e2e -- --watch",
"test-php": "npm run lint-php && npm run test-unit-php",
Expand Down

0 comments on commit 6600c41

Please sign in to comment.