Add jest npm script.

This commit is contained in:
Carter Bertolini 2023-10-06 17:09:23 -04:00
parent 2b2ba610a7
commit 00ebe3afd9

View File

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