Import actions/upload-artifact @v4

This commit is contained in:
octopus
2026-06-20 16:37:31 +08:00
commit 14990e71eb
225 changed files with 300438 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
roots: ['<rootDir>'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}