Skip to content

Commit

Permalink
Updates jest config for Junit files (#3067)
Browse files Browse the repository at this point in the history
* Updates jest config

With this change, jest junit files will by default be written to /tmp . This behvaiour can be overridden by:

`JEST_JUNIT_OUTPUT_DIR=$DESIRED_DIRECTORY npm test`

* Formatting
  • Loading branch information
gagandeepb authored Oct 14, 2024
1 parent a870ceb commit 899cdbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ module.exports = {
classNameTemplate: '{classname}',
titleTemplate: '{title}', // outputname
includeConsoleOutput: true,
outputDirectory: '/tmp',
},
],
],
Expand Down

0 comments on commit 899cdbf

Please sign in to comment.