format
This commit is contained in:
parent
75f0860e4f
commit
c912140440
|
@ -0,0 +1 @@
|
||||||
|
|
|
@ -59,7 +59,8 @@ Future<void> main() async {
|
||||||
// Maybe somewhat counterintuitively, this callback runs *after* the calls
|
// Maybe somewhat counterintuitively, this callback runs *after* the calls
|
||||||
// to group() below.
|
// to group() below.
|
||||||
final topLevelGroup = Invoker.current!.liveTest.groups.first;
|
final topLevelGroup = Invoker.current!.liveTest.groups.first;
|
||||||
final dartTestGroup = createDartTestGroup(topLevelGroup,
|
final dartTestGroup = createDartTestGroup(
|
||||||
|
topLevelGroup,
|
||||||
tags: null,
|
tags: null,
|
||||||
excludeTags: null,
|
excludeTags: null,
|
||||||
);
|
);
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Reference in New Issue