We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df11079 commit 4f679f4Copy full SHA for 4f679f4
test/support/TestHelper.js
@@ -20,7 +20,7 @@ class TestHelper {
20
}
21
22
static jsonServerUrl() {
23
- return 'http://localhost:8010'
+ return process.env.JSON_SERVER_URL || 'http://localhost:8010'
24
25
26
static graphQLServerPort() {
0 commit comments