Add actions/setup-node@v4.0.2

This commit is contained in:
2025-09-26 12:55:03 +08:00
commit 8b2cd66093
160 changed files with 196704 additions and 0 deletions

11
jest.config.js Executable file
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
}