From 00ebe3afd93602d3925121b27fdfa59b0781cc3f Mon Sep 17 00:00:00 2001 From: Carter Bertolini Date: Fri, 6 Oct 2023 17:09:23 -0400 Subject: [PATCH] Add jest npm script. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",