From 9187b6a507f55624e9cc7ea0a4e166a88b20b25b Mon Sep 17 00:00:00 2001 From: Thom Nichols <95562+thom-nic@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:08:32 -0400 Subject: [PATCH] fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b49b3db..cb222526 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ compile: npm run install test: build - @./node_modules/nodeunit/bin/nodeunit \ + @./node_modules/.bin/jest \ $(TESTS) clean: