chore: make tests work

This commit is contained in:
Rodney, Tiara 2025-04-25 19:19:40 +02:00
parent e4e21d4016
commit c4a98da88e
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
6 changed files with 70 additions and 11 deletions

View file

@ -9,5 +9,15 @@ export default {
}
]
},
reporters: [
'default',
[
'jest-junit',
{
outputDirectory: 'test-reports',
outputName: 'junit-report.xml'
}
],
],
roots: ['./tests']
}