Skip to content
Snippets Groups Projects

Add `test` command for consolidated npm testing

Merged Erick Hitter requested to merge update/package-scripts into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -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"
}
}
Loading