package.json: run test with local installed jest
Basic Checking / Explore-Gitea-Actions (push) Successful in 31s Details

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2023-09-28 13:31:55 -04:00
parent b9d9ecaec2
commit d6b3c31348
Signed by: vbatts
GPG Key ID: E30EFAA812C6E5ED
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"description": "",
"main": "server.js",
"scripts": {
"test": "jest",
"test": "./node_modules/.bin/jest",
"start": "node server.js",
"act": "act -W ./.gitea/workflows/"
},