Interface SuiteHooks<ExtraContext>

Type Parameters

  • ExtraContext = {}

Properties

afterAll: HookListener<[Readonly<Suite | File>], void>[]
afterEach: HookListener<[TaskContext<Test<{}> | Custom<{}>> & TestContext & ExtraContext, Readonly<Suite>], void>[]

Generated using TypeDoc