From 548e2b91658d021ba8f5e95c4657e317bc84366d Mon Sep 17 00:00:00 2001 From: krishnachaitanya Date: Wed, 11 Dec 2024 10:59:32 +0530 Subject: [PATCH] chore: silent test case logs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b320659a5a..cb7379bb0f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "test:js:ci": "npm run test:js -- --coverage --expand --maxWorkers=50%", "test:ts": "jest -c jest.config.typescript.js --detectOpenHandles", "test:ts:component:generateNwMocks": "npm run test:ts -- component --generate=true", - "test:ts:silent": "npm run test:ts -- --silent", + "test:ts:silent": "export LOG_LEVEL=silent && npm run test:ts -- --silent", "test:ts:ci": "npm run test:ts -- --coverage --expand --maxWorkers=50%", "test:ut:integration": "jest \"user_transformation.integration.test.js\" --detectOpenHandles --notify", "test:ut:integration:silent": "npm run test:ut:integration -- --silent",