From d6b3c31348a7eab3d7dd5cb0962f5b0482108655 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 28 Sep 2023 13:31:55 -0400 Subject: [PATCH] package.json: run test with local installed jest Signed-off-by: Vincent Batts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f481ac..c077788 100644 --- a/package.json +++ b/package.json @@ -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/" },