Skip to content

Commit

Permalink
2.5.0 - Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hargne committed Mar 9, 2019
1 parent 6b343fa commit 72217f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getOutputFilepath = () =>
process.env.JEST_HTML_REPORTER_OUTPUT_PATH || config.outputPath || path.join(process.cwd(), 'test-report.html');

/**
* Returns the configured name of theme to be used for styling the report
* Returns the configured path to a boilerplate file to be used
* @return {String}
*/
const getBoilerplatePath = () =>
Expand Down

0 comments on commit 72217f9

Please sign in to comment.