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 8f12520 commit c8d9b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const compare = async (config: Config): Promise<CompareOutput> =>
diffDir: path.join(workspace(), constants.DIFF_DIR_NAME),
json: path.join(workspace(), constants.JSON_NAME),
report: config.reportFilePath ?? undefined,
update: false,
// ignoreChange: true,
// update: false, TODO:
// ignoreChange: true, TODO:
urlPrefix: '',
thresholdPixel: config.thresholdPixel,
thresholdRate: config.thresholdRate,
Expand Down

0 comments on commit c8d9b14

Please sign in to comment.