actions/setup-go v5 (local mirror)

This commit is contained in:
ci
2026-06-22 13:07:03 +09:00
commit 3e78b7a158
130 changed files with 212928 additions and 0 deletions
+11
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
}