add junit

This commit is contained in:
Николай Вигдоров
2025-03-08 18:09:31 +03:00
parent cc32f99c32
commit c95ef5207b
4 changed files with 38 additions and 2 deletions

View File

@ -2,4 +2,5 @@ module.exports = {
transform: {
'^.+\\.(js|jsx)$': 'babel-jest',
},
reporters: ['default', 'jest-junit'],
};