Initial commit

This commit is contained in:
Danny McCormick
2019-08-02 17:15:36 +00:00
commit a10eefa292
17 changed files with 219 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
}