diff --git a/package.json b/package.json
index 7d59d7845ce69efa2e4fb6e473d396356ffaf7e1..c359039157c5731c064eea672c660f84c186c402 100755
--- a/package.json
+++ b/package.json
@@ -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"
 	}
 }