Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Sep 30, 2024
1 parent d028bd4 commit e461936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const compare = async (config: Config): Promise<CompareOutput> =>
expectedDir: path.join(workspace(), constants.EXPECTED_DIR_NAME),
diffDir: path.join(workspace(), constants.DIFF_DIR_NAME),
json: path.join(workspace(), constants.JSON_NAME),
report: config.reportFilePath ?? "./report.html",
report: config.reportFilePath || "./report.html",
// update: false, TODO:
// ignoreChange: true, TODO:
urlPrefix: '',
Expand Down

0 comments on commit e461936

Please sign in to comment.