From b31979b96bec927905f62d907ecf5bc00b751d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 27 Jun 2022 11:57:05 +0200 Subject: [PATCH] :fire: Remove `test` script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index ca4c4c2..394b756 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,7 @@ "format": "prettier nodes credentials --write", "lint": "tslint -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js ./nodes", "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && node_modules/eslint/bin/eslint.js --fix ./nodes", - "watch": "tsc --watch", - "test": "jest" + "watch": "tsc --watch" }, "files": [ "dist"