8000
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.
npm test
1 parent 74ec175 commit 41c9a9cCopy full SHA for 41c9a9c
package.json
@@ -34,7 +34,7 @@
34
"node-http-proxy": "./bin/node-http-proxy"
35
},
36
"scripts": {
37
- "test": "npm run-script test-http && npm run-script test-https",
+ "test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
38
"test-http": "vows --spec && vows --spec --target=https",
39
"test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https",
40
"test-core": "test/core/run"
0 commit comments