Initial commit

This commit is contained in:
Chris Patterson
2020-01-29 10:13:06 -05:00
commit 91c0d1036c
17 changed files with 7322 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}