Chore: add codecov frontend test results (#9296)

This commit is contained in:
shamoon
2025-03-04 14:57:29 -08:00
committed by GitHub
parent 0faa9e8865
commit 89e5c08a1f
5 changed files with 74 additions and 2 deletions

View File

@@ -12,4 +12,13 @@ module.exports = {
'^src/(.*)': '<rootDir>/src/$1',
},
workerIdleMemoryLimit: '512MB',
reporters: [
'default',
[
'jest-junit',
{
classNameTemplate: '{filepath}/{classname}: {title}',
},
],
],
}