Merge pull request #1666 from ousamabenyounes/fix/issue-1299

fix: remove leaky mock.module() for project-name that polluted parallel workers (#1299)
This commit is contained in:
Alex Newman
2026-04-14 18:41:22 -07:00
committed by GitHub
3 changed files with 35 additions and 4 deletions
@@ -38,10 +38,6 @@ mock.module('../../src/shared/worker-utils.js', () => ({
},
}));
mock.module('../../src/utils/project-name.js', () => ({
getProjectName: () => 'test-project',
}));
mock.module('../../src/utils/project-filter.js', () => ({
isProjectExcluded: () => false,
}));