移除ci性能测试,github下不应该测试这些文件

This commit is contained in:
YHH
2025-08-11 11:34:38 +08:00
parent b88bb1dc87
commit c178e2fbcc
8 changed files with 45 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/tests'],
testMatch: ['**/*.test.ts', '**/*.spec.ts'],
testPathIgnorePatterns: ['/node_modules/', '\\.performance\\.test\\.ts$'],
testPathIgnorePatterns: ['/node_modules/', '\\.performance\\.test\\.ts$', '/tests/performance/'],
collectCoverage: false,
collectCoverageFrom: [
'src/**/*.ts',