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

Function fileIncludes

lib/assert/include.js:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 return new InclusionAssertion({ jar: needleType })
69}
70export const fileIncludes = file => new InclusionAssertion({ file, jar: 'file {{file}}' })
71
72function escapeRegExp(str) {
73 return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&')

Callers 2

seeInThisFileMethod · 0.90
dontSeeInThisFileMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected