Skip to content

Commit

Permalink
fix(report): report name is report.json
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
marisademeglio committed Oct 31, 2017
1 parent 5f210d4 commit 84ddf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/report.js
Expand Up @@ -115,7 +115,7 @@ module.exports = class Report {
return aceReport;
})
.then((aceReport) => Promise.all([
fs.writeFile(path.join(outdir, 'ace.json'), aceReport, 'UTF-8'),
fs.writeFile(path.join(outdir, 'report.json'), aceReport, 'UTF-8'),
]));
}
saveHtml(outdir) {
Expand Down

0 comments on commit 84ddf2f

Please sign in to comment.