MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / head

Function head

test/runner/codeceptq_test.js:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45// For long snippets, assert first 50 chars only.
46const head = matches => matches.map(m => ({ line: m.line, snippet: m.snippet.slice(0, 50) }))
47
48describe('codeceptq', () => {
49 describe('XPath locators', () => {

Callers 1

codeceptq_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected