From 23b8a713aa39ca33804169cf9984cb2fa0205765 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 10 Jan 2023 12:43:05 +0800 Subject: [PATCH] Fix empty test Signed-off-by: Xuanwo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2069e5b..b89c3bd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint **/*.ts --cache", - "test": "jest" + "test": "jest --passWithNoTests" }, "repository": { "type": "git",