Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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.
46
const
head = matches => matches.map(m => ({ line: m.line, snippet: m.snippet.slice(0, 50) }))
47
48
describe(
'codeceptq'
, () => {
49
describe(
'XPath locators'
, () => {
Callers
1
codeceptq_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected