Initial commit.

This commit is contained in:
Yang Chen
2019-11-06 02:46:20 +11:00
commit 8425a60746
16 changed files with 6090 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
}