From 01e7e3487abcd13871491dc2e27847602fc105c9 Mon Sep 17 00:00:00 2001 From: acamarata Date: Sun, 4 May 2025 12:07:45 -0400 Subject: [PATCH] Update test case --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3001f54..69fa7d4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "getTimesAll.js" ], "scripts": { - "test": "mocha \"test/**/*.js\"", + "test": "mocha test.js", "lint": "eslint .", "prepare": "npm test" },