mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-29 04:40:41 +00:00
updated goldens
This commit is contained in:
parent
354e846af5
commit
e5ea195443
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Before ![]() (image error) Size: 301 KiB After ![]() (image error) Size: 301 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.5 MiB After ![]() (image error) Size: 1.5 MiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 498 KiB After ![]() (image error) Size: 497 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 863 KiB After ![]() (image error) Size: 862 KiB ![]() ![]() |
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue