diff --git a/jest.config.js b/jest.config.js index 105aae23..f25dbdc9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,5 +7,5 @@ module.exports = { transform: { '^.+\\.ts$': 'ts-jest' }, - verbose: tru + verbose: true }