[Dev] Shorter jest logs (#1925)

This commit is contained in:
Alexander Zinchuk 2022-07-08 15:00:03 +02:00
parent a535e5c6bd
commit e22ee992a1

View File

@ -19,7 +19,7 @@
"gramjs:tl": "node ./src/lib/gramjs/tl/generateModules.js",
"gramjs:lint": "eslint src/lib/gramjs --ext .ts,.tsx,.js",
"gramjs:lint:fix": "npm run gramjs:lint -- --fix",
"test": "cross-env APP_ENV=test jest --verbose --forceExit",
"test": "cross-env APP_ENV=test jest --verbose --silent --forceExit",
"test:playwright": "playwright test",
"test:record": "playwright codegen localhost:1235",
"prepare": "husky install",