diff --git a/package.json b/package.json index 6b64435..85d3261 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "start": "node dist/index.js", - "lint": "eslint . --fix" + "lint": "eslint . --fix", + "test": "jest --coverage --verbose" }, "author": "", "license": "GPL-3.0-or-later",