diff --git a/package.json b/package.json index c8de4637e..bbc811b47 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "build": "node ./scripts/build.js", "watch": "node ./scripts/build.js --watch", - "test": "cypress run", + "test": "cypress run --quiet", "cypress": "cypress open", "jest": "jest test", "update-docs": "node ./scripts/update-docs.js",