From 14a05802532e19ece8dbbb08df319c9682ff0ca2 Mon Sep 17 00:00:00 2001 From: Zachry T Wood BTC-USD FOUNDER DOB 1994-10-15 Date: Fri, 28 Jan 2022 10:53:32 -0600 Subject: [PATCH] Update jest.config.js --- jest.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jest.config.js b/jest.config.js index 563d4cc..5f9d3ca 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ -module.exports = { +module.exports = {~h clearMocks: true, moduleFileExtensions: ['js', 'ts'], testEnvironment: 'node', @@ -8,4 +8,4 @@ module.exports = { '^.+\\.ts$': 'ts-jest' }, verbose: true -} \ No newline at end of file +}