(suite: 'commonmark' | 'gfm')
| 145 | = expectedFailuresRaw as IExpectedFailures; |
| 146 | |
| 147 | export function getExpectedFailures(suite: 'commonmark' | 'gfm'): Set<number> { |
| 148 | return new Set(expectedFailures[suite] ?? []); |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Format a failure diagnostic. Used in `expect(...).toBe(...)` assertion |
no outgoing calls
no test coverage detected