updated goldens

This commit is contained in:
Vadim 2025-01-27 13:29:08 +01:00
parent 354e846af5
commit e5ea195443
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 KiB

After

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 863 KiB

After

Width:  |  Height:  |  Size: 862 KiB

View file

@ -1,6 +1,6 @@
defaults -currentHost write -g AppleFontSmoothing -int 0 defaults -currentHost write -g AppleFontSmoothing -int 0
goldens=$(find ./test -name "*_golden_test.dart" -print) goldens=$(find ./test -name "*_golden_test.dart" -print)
for f in $goldens; do for f in $goldens; do
flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg --update-goldens fvm flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg --update-goldens
done done
defaults -currentHost write -g AppleFontSmoothing -int 3 defaults -currentHost write -g AppleFontSmoothing -int 3