From 26978aaa3af32dc7e24cc0125c723c6ebaab1f2d Mon Sep 17 00:00:00 2001 From: Stefan Thomas Date: Sat, 27 Jul 2013 19:27:23 -0700 Subject: [PATCH] JS Tests: Link to buster-test module directly. More reliable. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef3ee95112..a42ed320ad 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "scripts": { - "test": "./node_modules/buster/bin/buster test" + "test": "./node_modules/buster/bin/buster-test" }, "repository": {