Remove uses of "invoke" utility (#1119)
This has the same intended purpose as `unawaited` so it can be easily replaced. Technically even the `unawaited` is not necessary here since none of the surrounding functions are `async`, but it is fine to use it for documentation purposed. Leave the utility in place for now since it will take some version bump gymnastics to roll out.
Showing
- pkgs/test_core/lib/src/runner/console.dart 3 additions, 4 deletionspkgs/test_core/lib/src/runner/console.dart
- pkgs/test_core/lib/src/runner/load_suite.dart 3 additions, 2 deletionspkgs/test_core/lib/src/runner/load_suite.dart
- pkgs/test_core/lib/src/runner/runner_test.dart 3 additions, 3 deletionspkgs/test_core/lib/src/runner/runner_test.dart
Loading
Please register or sign in to comment