MCPcopy
hub / github.com/codeceptjs/CodeceptJS / _checkResponseReady

Method _checkResponseReady

lib/helper/JSONResponse.js:340–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338 }
339
340 _checkResponseReady() {
341 if (!this.response) throw new Error('Response is not available')
342 }
343
344 _assertContains(actual, expected) {
345 for (const key in expected) {

Calls

no outgoing calls

Tested by

no test coverage detected