Fixed Unit Test Suite (#33543)

This commit adds a missing `"test"` command
to the WooCommerce `package.json` file.
This commit is contained in:
Christopher Allford 2022-06-21 12:11:43 -07:00 committed by GitHub
parent ca524a7266
commit f6e065026e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Fixes unit test execution

View File

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