(message, lines)
| 29 | describe('dependencies — MATCH validation (#2462)', () => { |
| 30 | let errors; |
| 31 | const dispatchError = (message, lines) => { |
| 32 | errors.push({message, lines}); |
| 33 | }; |
| 34 | |
| 35 | beforeEach(() => { |
| 36 | errors = []; |
nothing calls this directly
no test coverage detected
searching dependent graphs…