1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

egui_kittest: write .old.png files when updating images (#5578)

After running `UPDATE_SNAPSHOTS=1 cargo test --all-features` I want to
compare before/after images before committing them. Now I can!
This commit is contained in:
Emil Ernerfeldt
2025-01-03 16:23:31 +01:00
committed by GitHub
parent 5cbf337f18
commit 938d8b0d2e
2 changed files with 55 additions and 42 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
**/target_wasm
**/tests/snapshots/**/*.diff.png
**/tests/snapshots/**/*.new.png
**/tests/snapshots/**/*.old.png
/.*.json
/.vscode
/media/*