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 ef58b58 commit e0344dcCopy full SHA for e0344dc
package.json
@@ -56,7 +56,7 @@
56
},
57
"scripts": {
58
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 pnpm exec vitest run",
59
- "test-all": "pnpm audit --audit-level=high && TEST_EXTERNAL_REVERSE_PROXY=yes pnpm test --pool threads --poolOptions.threads.singleThread",
+ "test-all": "pnpm audit --audit-level=high && TEST_EXTERNAL_REVERSE_PROXY=yes pnpm test --pool threads",
60
"test-dual-path": "pnpm test-native && pnpm test-fetch",
61
"test-native": "echo '🔧 Testing native HTTP code path...' && NODE_TLS_REJECT_UNAUTHORIZED=0 pnpm exec vitest run",
62
"test-fetch": "echo '🚀 Testing fetch code path...' && NODE_TLS_REJECT_UNAUTHORIZED=0 FORCE_FETCH_PATH=true pnpm exec vitest run",
0 commit comments