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

Add `test` command for consolidated npm testing

parent 87a82bf3
Branches
Tags
1 merge request!19Add `test` command for consolidated npm testing
Pipeline #4851 passed
......@@ -24,7 +24,8 @@
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
"test": "npm run test:e2e && npm run test:unit"
"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