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 4cdd55b commit 9d05f5dCopy full SHA for 9d05f5d
cli.mjs
@@ -1,7 +1,7 @@
1
import { runTests, getResults } from './client/runner.mjs'
2
import * as display from './lib/display.mjs'
3
import { GREEN, NC } from './lib/defines.mjs'
4
-import fetch from 'node-fetch'
+import fetch from 'node-fetch-with-proxy'
5
import tests from './tests/index.mjs'
6
import surrogate from './tests/surrogate-control.mjs'
7
package.json
@@ -12,6 +12,7 @@
12
"liquidjs": "^9.16.1",
13
"marked": "^4.0.12",
14
"node-fetch": "3.1.1",
15
+ "node-fetch-with-proxy": "^0.1.6",
16
"npm": "^6.14.11"
17
},
18
"scripts": {
0 commit comments