Skip to content

Commit 8358ef8

Browse files
committed
[test dist] Run core tests on npm test
1 parent c4124da commit 8358ef8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
"main": "./lib/node-http-proxy",
2929
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
3030
"scripts": {
31-
"test": "npm run-script test-http && npm run-script test-https",
31+
"test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
3232
"test-http": "vows --spec && vows --spec --target=secure",
33-
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure"
33+
"test-https": "vows --spec --source=secure && vows --spec --source=secure --target=secure",
34+
"test-core": "test/core/run"
3435
},
3536
"engines": { "node": "0.4.x || 0.5.x" }
3637
}

0 commit comments

Comments
 (0)