From d31fae3bd2d252ec0f815ae4f9cf0afa56d9cda7 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 23 Feb 2016 14:11:45 -0500 Subject: [PATCH] Use patched branch of tap-dot Our test printer has a bug where a zero-test suite will pass. Usually, and definitely for this repo, the only way a test suite will not have any tests is if there was an error in the test program before it even ran any tests ([example](https://travis-ci.org/pelias/api/jobs/110970031)). Until my PR or something similar is merged into tap-dot, we should use this branch. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e14b4d91..c2df3c1e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "nsp": "^0.3.0", "precommit-hook": "^1.0.7", "proxyquire": "^1.4.0", - "tap-dot": "^1.0.0", + "tap-dot": "git://github.com/orangejulius/tap-dot#error-on-zero-tests", "tape": "^2.13.4" } }