[test] Run core tests on npm test

This commit is contained in:
Maciej Małecki 2012-10-28 14:42:18 +01:00
parent 74ec175715
commit 41c9a9caad

View File

@ -34,7 +34,7 @@
"node-http-proxy": "./bin/node-http-proxy"
},
"scripts": {
"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",
"test-http": "vows --spec && vows --spec --target=https",
"test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https",
"test-core": "test/core/run"