mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Remove ddev js test command for now
This commit is contained in:
parent
8074d002bb
commit
c1e199e63d
2 changed files with 2 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
|||
"ddev:build-js": "ddev yarn build:modules",
|
||||
"ddev:watch-js": "ddev yarn watch:modules",
|
||||
"ddev:lint-js": "ddev yarn wp-scripts lint-js",
|
||||
"test:unit": "wp-scripts test-unit-js --config ./tests/js/jest.config.json",
|
||||
"test:unit-js": "wp-scripts test-unit-js --config ./tests/js/jest.config.json",
|
||||
"ddev:composer-update": "ddev composer update && ddev composer update --lock",
|
||||
"ddev:unit-tests": "ddev exec phpunit",
|
||||
"ddev:e2e-tests": "(cp -n .env.e2e.example .env.e2e || true) && ddev php tests/e2e/PHPUnit/setup.php && ddev exec phpunit -c tests/e2e/phpunit.xml.dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue