Skip to content

Commit

Permalink
chore: fix diff report (#47349)
Browse files Browse the repository at this point in the history
* chore: fix diff report

* Update scripts/visual-regression/build.ts

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
  • Loading branch information
zombieJ and afc163 committed Feb 5, 2024
1 parent dd0104f commit c3c9cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/visual-regression/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function generateReport(
let reportMdStr = `
${commonHeader}
${fullReport}
| Image name | Expected | Actual | Diff |
| --- | --- | --- | --- |
`.trim();
Expand Down

0 comments on commit c3c9cfd

Please sign in to comment.