removed 'silent' from jest.config.js

This commit is contained in:
Leah Schumann 2023-03-06 10:32:53 -05:00
parent 9023c7d215
commit 81e71a007c

View file

@ -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
};