(ctx: any)
| 384 | |
| 385 | const wrapper: AroundEachListener<ExtraContext> = (runTest, context, suite) => { |
| 386 | const innerFn = (ctx: any) => fn(runTest, ctx, suite) |
| 387 | configureProps(innerFn, { index: 1, original: fn }) |
| 388 | |
| 389 | const fixtureResolver = withFixtures(innerFn, { suite }) |