From 41c9a9caad679221b8f1d4dcfb74f9b2bdb8270b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Sun, 28 Oct 2012 14:42:18 +0100 Subject: [PATCH] [test] Run core tests on `npm test` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c94c940..5e8d26a 100644 --- a/package.json +++ b/package.json @@ -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"