Skip to content

Commit

Permalink
[test] Run core tests on npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Oct 28, 2012
1 parent 74ec175 commit 41c9a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41c9a9c

Please sign in to comment.