We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b4aab commit a8b9961Copy full SHA for a8b9961
customer_testing.bat
@@ -10,6 +10,7 @@ REM changing this file.
10
11
CD packages/animations
12
CALL flutter analyze --no-fatal-infos
13
+set USE_FLUTTER_TEST_FONT=1
14
CALL flutter test
15
16
REM We don't run the tests in packages/rfw because those tests are
customer_testing.sh
@@ -36,7 +36,7 @@ flutter analyze --no-fatal-infos
36
if [[ "$OSTYPE" == "linux-gnu" ]]; then
37
# We only run the full tests on Linux because golden files differ
38
# from platform to platform.
39
- flutter test
+ USE_FLUTTER_TEST_FONT=1 flutter test
40
fi
41
# The next script verifies that the coverage is not regressed; it does
42
# not verify goldens. (It does run all the tests though, so it still
0 commit comments