From 81e71a007c89acb6a1eb183d32674eb524c273cc Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 6 Mar 2023 10:32:53 -0500 Subject: [PATCH] removed 'silent' from jest.config.js --- jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 4d8fd76b1..bfb4bf71f 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,5 +27,4 @@ module.exports = { // Got the go ahead from Mark to temporarily lower this. Taking out initialize component made the year,make,model and style coverage drop a bit. Once unit tests for license plate lookup, vin lookup and address lookup are in the coverage should go back up to 90 }, }, - silent: true };