Chore: add codecov frontend test results

This commit is contained in:
shamoon
2025-03-04 11:06:13 -08:00
parent 817aad7c8b
commit 47b79d8092
4 changed files with 45 additions and 0 deletions

View File

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