不限制ci的超时时间

This commit is contained in:
YHH
2025-09-29 09:04:53 +08:00
parent d9b752c180
commit 2947ddeb64
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
},
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'],
testTimeout: 30000,
testTimeout: 0,
clearMocks: true,
restoreMocks: true,
modulePathIgnorePatterns: [