Fixed Unit Test Suite (#33543)
This commit adds a missing `"test"` command to the WooCommerce `package.json` file.
This commit is contained in:
parent
ca524a7266
commit
f6e065026e
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Fixes unit test execution
|
||||
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
"e2e": "pnpm exec wc-e2e test:e2e",
|
||||
"e2e:debug": "pnpm exec wc-e2e test:e2e-debug",
|
||||
"e2e:dev": "pnpm exec wc-e2e test:e2e-dev",
|
||||
"test": "pnpm test:unit",
|
||||
"test:unit": "./vendor/bin/phpunit -c ./phpunit.xml",
|
||||
"makepot": "composer run-script makepot",
|
||||
"packages:fix:textdomain": "node ./bin/package-update-textdomain.js"
|
||||
|
|
Loading…
Reference in New Issue