Skip to content

Commit

Permalink
Jest 18 compatibility. 1.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jan 17, 2017
1 parent eed153b commit 258d9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,7 @@ module.exports = (report) => {

// Write data to file
fs.writeFileSync(OUTPUT_PATH, xml(jsonResults, { indent: ' '}));

// Jest 18 compatibility
return report;
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-junit",
"version": "1.0.4",
"version": "1.0.5",
"description": "A jest result processor that generates junit xml files",
"main": "index.js",
"repository": "https://github.com/palmerj3/jest-junit",
Expand Down

0 comments on commit 258d9a9

Please sign in to comment.