Update linting and testing process

This commit is contained in:
Nick Alteen
2023-09-15 12:31:10 -04:00
parent 2e880934ac
commit ff98cfe892
18 changed files with 8133 additions and 111 deletions

View File

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