mirror of
https://github.com/flutter/packages.git
synced 2025-06-04 18:41:02 +08:00

Switches `java-test` to the new base command that handles the boilerplate of looping over target packages. Includes test improvements: - Adds failure tests; previously no failure cases were covered. - Captures output so test output isn't spammed with command output. Part of flutter/flutter#83413