Skip to content

Commit 9d05f5d

Browse files
committed
Support forward proxies
1 parent 4cdd55b commit 9d05f5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { runTests, getResults } from './client/runner.mjs'
22
import * as display from './lib/display.mjs'
33
import { GREEN, NC } from './lib/defines.mjs'
4-
import fetch from 'node-fetch'
4+
import fetch from 'node-fetch-with-proxy'
55
import tests from './tests/index.mjs'
66
import surrogate from './tests/surrogate-control.mjs'
77

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"liquidjs": "^9.16.1",
1313
"marked": "^4.0.12",
1414
"node-fetch": "3.1.1",
15+
"node-fetch-with-proxy": "^0.1.6",
1516
"npm": "^6.14.11"
1617
},
1718
"scripts": {

0 commit comments

Comments
 (0)