🔥 Remove test script

This commit is contained in:
Iván Ovejero 2022-06-27 11:57:05 +02:00
commit b31979b96b

View file

@ -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"