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

Method _checkRequirements

lib/helper/REST.js:146–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 static _checkRequirements() {
147 try {
148 // In ESM, axios is already imported at the top, so no need to check
149 // The import will fail at module load time if axios is missing
150 return null
151 } catch (e) {
152 return ['axios']
153 }
154 }
155
156 _before() {
157 this.headers = { ...this.options.defaultHeaders }

Callers 2

checkHelperRequirementsFunction · 0.45
init.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected