()
| 43 | } |
| 44 | |
| 45 | static getWorkerContexts(): Record<string, any>[] { |
| 46 | return TestFixtures._definitions.map(f => f.getWorkerContext()) |
| 47 | } |
| 48 | |
| 49 | static getFileContexts(file: File): Record<string, any>[] { |
| 50 | return TestFixtures._definitions.map(f => f.getFileContext(file)) |
no test coverage detected