Fix tests not being called (#128)

This commit is contained in:
Casey Hillers
2020-04-14 13:37:45 -07:00
committed by GitHub
parent a4a42c548b
commit 3328654228

View File

@ -8,6 +8,6 @@ REM been updated.
REM Remember to also update the Posix version (customer_testing.sh) when
REM changing this file.
cd packages/animations
flutter analyze
flutter test
CD packages/animations
CALL flutter analyze
CALL flutter test