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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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}',
},
],
],
}