From d8c4c94ed27c505f7ac82d122405f134ce3933c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Wed, 22 Feb 2017 09:29:05 -0500 Subject: [PATCH] Use bogota to run tests --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b28300d9..267574a3 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ }, "devDependencies": { "bittorrent-tracker": "^8.0.7", + "bogota": "^2.0.1", "brfs": "^1.4.3", "browserify": "^14.0.0", "cross-spawn": "^5.0.1", @@ -119,7 +120,7 @@ "test-browser": "zuul -- test/*.js test/browser/*.js", "test-browser-headless": "zuul --electron -- test/*.js test/browser/*.js", "test-browser-local": "zuul --local -- test/*.js test/browser/*.js", - "test-node": "tape test/*.js test/node/*.js", + "test-node": "bogota test/*.js test/node/*.js", "update-authors": "./bin/update-authors.sh" } }