()
| 39 | private static _workerContextSuite = { type: 'worker' } as const |
| 40 | |
| 41 | static clearDefinitions(): void { |
| 42 | TestFixtures._definitions.length = 0 |
| 43 | } |
| 44 | |
| 45 | static getWorkerContexts(): Record<string, any>[] { |
| 46 | return TestFixtures._definitions.map(f => f.getWorkerContext()) |