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

Method jsonServerUrl

test/support/TestHelper.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 static jsonServerUrl() {
23 return process.env.JSON_SERVER_URL || 'http://0.0.0.0:8010'
24 }
25
26 static graphQLServerPort() {
27 return parseInt(process.env.GRAPHQL_SERVER_PORT || '8020', 10)

Callers 3

REST_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected