This commit is contained in:
J. A. Messias 2025-01-29 15:49:17 -03:00
parent 75f0860e4f
commit c912140440
3 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@

View File

@ -59,7 +59,8 @@ Future<void> main() async {
// Maybe somewhat counterintuitively, this callback runs *after* the calls
// to group() below.
final topLevelGroup = Invoker.current!.liveTest.groups.first;
final dartTestGroup = createDartTestGroup(topLevelGroup,
final dartTestGroup = createDartTestGroup(
topLevelGroup,
tags: null,
excludeTags: null,
);

View File

@ -0,0 +1 @@