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"