test: setup jest and everything

This commit is contained in:
鲁树人
2023-05-15 21:32:48 +01:00
parent 6c5b8c9d55
commit 7d27a5fc96
8 changed files with 3138 additions and 1085 deletions

8
tsconfig.prod.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig",
"exclude": [
"./src/__tests__/**",
"./src/__mocks__/**",
"./src/test-utils"
]
}