From 27c2e25ba65c436ef4423ed8937b1c2139a9cf9e Mon Sep 17 00:00:00 2001 From: Thomas Lekanger Date: Thu, 22 Aug 2024 19:51:09 +0200 Subject: [PATCH] fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7721d8b..670954a 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "build:watch": "tsc -w -p tsconfig.json", "build:release": "npm run clean && tsc -p tsconfig.release.json", "lint": "eslint . --ext .ts --ext .mts", - "test": "jest --coverage", + "test": "jest --coverage --passWithNoTests", "prettier": "prettier --config .prettierrc --write .", - "test:watch": "jest --watch" + "test:watch": "jest --watch --passWithNoTests" }, "author": "Thomas Lekanger ", "license": "MIT",