From 8841ca71bdbcb4ff8989e18904bf03fc4e5b8373 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 31 Mar 2024 20:03:41 -0400 Subject: [PATCH] Use node to run the test suite from command line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80db69f..42b07a7 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ test: - rhino harness/rhino_harness.js + node tests/01_tap.t.js