Skip to content
Snippets Groups Projects
Commit 5d484b84 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'update/package-scripts' into 'master'

Add `test` command for consolidated npm testing

See merge request !19
parents 87a82bf3 e9dbdbbc
Branches
Tags
1 merge request!19Add `test` command for consolidated npm testing
Pipeline #4852 passed
...@@ -24,7 +24,8 @@ ...@@ -24,7 +24,8 @@
"packages-update": "wp-scripts packages-update", "packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip", "plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start", "start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e", "test": "npm run test:e2e && npm run test:unit"
"test:unit": "wp-scripts test-unit-js" "test:e2e": "wp-scripts test-e2e --passWithNoTests",
"test:unit": "wp-scripts test-unit-js --passWithNoTests"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment