From bdbd38517a3404ad19e41db580904820912e5f48 Mon Sep 17 00:00:00 2001 From: nenoNaninu Date: Thu, 23 Nov 2023 22:10:48 +0900 Subject: [PATCH] update package.json for test --- tests/TypeScriptTests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeScriptTests/package.json b/tests/TypeScriptTests/package.json index 5aabd3b..92025d9 100644 --- a/tests/TypeScriptTests/package.json +++ b/tests/TypeScriptTests/package.json @@ -10,7 +10,7 @@ "typescript": "^4.9.5" }, "scripts": { - "test": "jest ./src/json/unary.test.ts" + "test": "jest" }, "dependencies": { "@microsoft/signalr": "^8.0.0",