Initial commit

This commit is contained in:
Han Qiao
2022-08-03 21:32:01 +08:00
commit 1633052be9
25 changed files with 20445 additions and 0 deletions

9
jest.config.js Normal file
View File

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