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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
**/target_wasm
|
||||
**/tests/snapshots/**/*.diff.png
|
||||
**/tests/snapshots/**/*.new.png
|
||||
**/tests/snapshots/**/*.old.png
|
||||
/.*.json
|
||||
/.vscode
|
||||
/media/*
|
||||
|
||||
Reference in New Issue
Block a user