| 44 | |
| 45 | // For long snippets, assert first 50 chars only. |
| 46 | const head = matches => matches.map(m => ({ line: m.line, snippet: m.snippet.slice(0, 50) })) |
| 47 | |
| 48 | describe('codeceptq', () => { |
| 49 | describe('XPath locators', () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…