[Dev] Shorter jest logs (#1925)
This commit is contained in:
parent
a535e5c6bd
commit
e22ee992a1
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user