chore: make tests work
This commit is contained in:
parent
e4e21d4016
commit
c4a98da88e
6 changed files with 70 additions and 11 deletions
|
|
@ -9,5 +9,15 @@ export default {
|
|||
}
|
||||
]
|
||||
},
|
||||
reporters: [
|
||||
'default',
|
||||
[
|
||||
'jest-junit',
|
||||
{
|
||||
outputDirectory: 'test-reports',
|
||||
outputName: 'junit-report.xml'
|
||||
}
|
||||
],
|
||||
],
|
||||
roots: ['./tests']
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue