Add command script to run the unit tests

This commit is contained in:
roykho 2020-12-17 12:53:27 -08:00
parent 9ffdfd3401
commit da82bea77c
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
"test:e2e": "npm explore @woocommerce/e2e-environment -- npm run test:e2e",
"test:e2e-debug": "npm explore @woocommerce/e2e-environment -- npm run test:e2e-debug",
"test:e2e-dev": "npm explore @woocommerce/e2e-environment -- npm run test:e2e-dev",
"test:unit": "./vendor/bin/phpunit",
"makepot": "composer run-script makepot",
"packages:fix:textdomain": "node ./bin/package-update-textdomain.js",
"publish-packages": "lerna publish from-package",