(key: Context)
| 23 | } |
| 24 | |
| 25 | export function getTestFixtures<Context = TestContext>(key: Context): TestFixtures { |
| 26 | return testFixtureMap.get(key as any) |
| 27 | } |
| 28 | |
| 29 | export function setHooks(key: Suite, hooks: SuiteHooks): void { |
| 30 | hooksMap.set(key, hooks) |