From 6584c95b08ed9a335394f46b932e4b1d01173d9e Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Sun, 25 Feb 2018 13:37:13 -0600 Subject: [PATCH] Update package.json to remove tape. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index a6828fbf..a7646be8 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,7 @@ "main": "index.js", "typings": "index.d.ts", "scripts": { - "test": "npm run test:unit && npm run test:integration", - "test:unit": "tape test/all.js", - "test:integration": "tape test/integration/*.js", + "test": "jasmine 'test/**/*.js'", "install": "prebuild-install || node-gyp rebuild" }, "repository": {