From 6d682d8d9f94b58c69452bee5dc8e99653b8d731 Mon Sep 17 00:00:00 2001 From: Gabriel Pinto Date: Wed, 8 May 2024 12:33:50 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Add=20--passWithNoTests?= =?UTF-8?q?=20flag=20to=20lint-staged?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8512188..3b57c23 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "*": [ "prettier . --check", "eslint", - "jest" + "jest --passWithNoTests" ] }, "devDependencies": {