diff --git a/package.json b/package.json index c764ab1fe..8ec6a7a58 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "serve": "gatsby serve", "start": "concurrently \"npm:develop\" \"npm:test:watch\"", "test": "jest -o", - "test:all": "jest --verbose", + "test:all": "jest", "test:badge": "node scripts/generateJestCoverageBadge.js", "test:watch": "jest --watch" },