From e0372d3eb47989c19efeb4a9641c4af30b278dd0 Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Fri, 20 Sep 2019 09:38:53 +0100 Subject: [PATCH] add kit test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db1c717..fd3e8f4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint:contracts": "solhint \"contracts/**/*.sol\" \"apps/*/contracts/**/*.sol\"", "lint:contract-tests": "eslint apps/*/test", "lint:wrapper": "eslint lib/", - "test": "npm run test:token && npm run test:contributor && npm run test:contribution && npm run test:proposal", + "test": "npm run test:token && npm run test:contributor && npm run test:contribution && npm run test:proposal && npm run test:kit", "test:token": "cd apps/token && npm run test", "test:contributor": "cd apps/contributor && npm run test", "test:contribution": "cd apps/contribution && npm run test",