Skip to content

Commit 4f679f4

Browse files
committed
tryout testcontainers
1 parent df11079 commit 4f679f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/TestHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TestHelper {
2020
}
2121

2222
static jsonServerUrl() {
23-
return 'http://localhost:8010'
23+
return process.env.JSON_SERVER_URL || 'http://localhost:8010'
2424
}
2525

2626
static graphQLServerPort() {

0 commit comments

Comments
 (0)