diff --git a/plugins/woocommerce-blocks/package.json b/plugins/woocommerce-blocks/package.json index 3c7b267d542..10016cd137b 100644 --- a/plugins/woocommerce-blocks/package.json +++ b/plugins/woocommerce-blocks/package.json @@ -66,11 +66,11 @@ "storybook:build": "BABEL_ENV=development build-storybook -c ./storybook -o ./storybook/dist", "storybook:deploy": "rimraf ./storybook/dist/* && npm run storybook:build && gh-pages -d ./storybook/dist", "test": "wp-scripts test-unit-js --config tests/js/jest.config.json", + "test:debug": "ndb .", "test:e2e": "npm run wp-env:config && cross-env NODE_CONFIG_DIR=tests/e2e/config wp-scripts test-e2e --config tests/e2e/config/jest.config.js", "test:e2e-dev": "npm run wp-env:config && cross-env NODE_CONFIG_DIR=tests/e2e/config wp-scripts test-e2e --config tests/e2e/config/jest.config.js --puppeteer-interactive", "test:e2e-dev-watch": "npm run wp-env:config && cross-env NODE_CONFIG_DIR=tests/e2e/config wp-scripts test-e2e --config tests/e2e/config/jest.config.js --watch --puppeteer-interactive", "test:e2e:update": "npm run wp-env:config && cross-env NODE_CONFIG_DIR=tests/e2e/config wp-scripts test-e2e --config tests/e2e/config/jest.config.js --updateSnapshot", - "debug": "ndb .", "test:help": "wp-scripts test-unit-js --help", "pretest:php": "npm run wp-env run composer 'install --no-interaction'", "test:php": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/woocommerce-gutenberg-products-block/phpunit.xml.dist'",