Caleb Porzio 1 год назад
Родитель
Сommit
5c461c4d21
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -16,7 +16,7 @@
     "scripts": {
     "scripts": {
         "build": "node ./scripts/build.js",
         "build": "node ./scripts/build.js",
         "watch": "node ./scripts/build.js --watch",
         "watch": "node ./scripts/build.js --watch",
-        "test": "cypress run",
+        "test": "cypress run --quiet",
         "cypress": "cypress open",
         "cypress": "cypress open",
         "jest": "jest test",
         "jest": "jest test",
         "update-docs": "node ./scripts/update-docs.js",
         "update-docs": "node ./scripts/update-docs.js",