Update jest.config.js

This commit is contained in:
Zachry T Wood BTC-USD FOUNDER DOB 1994-10-15 2022-01-28 10:53:32 -06:00
parent 1aa21146d8
commit 14a0580253

View File

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