Skip to content

Commit

Permalink
chore: adjust jest outputDirectory & outputName field (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
karanbirsingh committed Oct 28, 2021
1 parent e750547 commit 551f240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ module.exports = {
[
'jest-junit',
{
outputDirectory: '.',
outputName: './test-results/junit.xml',
outputDirectory: './test-results/',
outputName: 'junit.xml',
},
],
],
Expand Down

0 comments on commit 551f240

Please sign in to comment.