Move Jest config to package.json

This commit is contained in:
Nick Alteen 2023-08-23 13:31:10 -04:00
parent a08de7557c
commit 4ddc52349f
2 changed files with 0 additions and 11 deletions

View File

@ -1,4 +1,2 @@
dist/
lib/
node_modules/
jest.config.js

View File

@ -1,9 +0,0 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}