From 9c343afe359ee8e68d6b4b2f800b3ab92ba41a12 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 30 Aug 2018 13:10:41 -0700 Subject: [PATCH] fix tests --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b371a0..eb57731 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "url": "git://github.com/feross/location-history.git" }, "scripts": { - "test": "standard && npm run test-node && npm run test-browser", - "test-node": "tape test/*.js" + "test": "standard && tape test/*.js" } }