Remove ddev js test command for now

This commit is contained in:
Emili Castells Guasch 2024-07-01 18:17:12 +02:00
parent 8074d002bb
commit c1e199e63d
2 changed files with 2 additions and 3 deletions

View file

@ -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",