Update wc admin test command

This commit is contained in:
Chi-Hsuan Huang 2022-03-22 10:28:50 +08:00
parent 0530ee122c
commit 1fcdc5b6a2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --config client/jest.config.js --watch --runInBand --no-cache",
"test:client": "jest --config client/jest.config.js",
"test:packages": "pnpm run:packages -- test",
"test": "pnpm run:packages -- build && pnpm run test:client && pnpm run:packages -- test:nobuild",
"test": "pnpm nx build @woocommerce/js-tests && pnpm run test:client",
"test:e2e": "pnpm run build && test -z \"$(docker ps | grep woocommerce-admin-e2e)\" || pnpm exec wc-e2e docker:down && pnpm run e2e:docker-up && pnpm exec wc-e2e test:e2e",
"e2e:docker-up": "WC_E2E_FOLDER=../../../ pnpm exec wc-e2e docker:up ./tests/e2e/docker/initialize.sh",
"test-staged": "pnpm run test:client -- --bail --findRelatedTests",