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 c6fc245 commit afccb42Copy full SHA for afccb42
test/support/TestHelper.js
@@ -20,7 +20,7 @@ class TestHelper {
20
}
21
22
static jsonServerUrl() {
23
- return process.env.JSON_SERVER_URL || 'http://localhost:8010'
+ return 'http://localhost:8010'
24
25
26
static graphQLServerPort() {
0 commit comments