setup-dotnet/jest.config.js
Zachry T Wood BTC-USD FOUNDER DOB 1994-10-15 14a0580253 Update jest.config.js
2022-01-28 12:50:59 -06:00

12 lines
238 B
JavaScript

module.exports = {~h
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}