This commit is contained in:
caesar
2025-01-16 09:06:11 +08:00
parent 5348ca237b
commit 484116be5c
7 changed files with 3830 additions and 88 deletions

4
jest.config.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};