Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ assertContents
Function
assertContents
javascript/selenium-webdriver/test/io/zip_test.js:125–127 ·
view source on GitHub ↗
(p, c)
Source
from the content-addressed store, hash-verified
123
}
124
125
function
assertContents(p, c) {
126
assert.strictEqual(fs.readFileSync(p,
'utf8'
), c, `unexpected file contents
for
${p}`)
127
}
128
})
Callers
1
zip_test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected