Skip to content

Commit 41c9a9c

Browse files
committed
[test] Run core tests on npm test
1 parent 74ec175 commit 41c9a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node-http-proxy": "./bin/node-http-proxy"
3535
},
3636
"scripts": {
37-
"test": "npm run-script test-http && npm run-script test-https",
37+
"test": "npm run-script test-http && npm run-script test-https && npm run-script test-core",
3838
"test-http": "vows --spec && vows --spec --target=https",
3939
"test-https": "vows --spec --proxy=https && vows --spec --proxy=https --target=https",
4040
"test-core": "test/core/run"

0 commit comments

Comments
 (0)