From c0ee5d569d710b69be7aa82a13dfeef5a5d19c9d Mon Sep 17 00:00:00 2001 From: Pedro Gallardo Date: Thu, 21 Mar 2024 01:00:45 -0300 Subject: [PATCH] fix: remove passWithNoTests from jest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43a5e29..ed01172 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "clean": "rm -rf dist", "lint": "eslint --fix --ext .js,.ts,.json .", "check": "tsc --project .", - "test": "jest --passWithNoTests", + "test": "jest", "test:memory": "node --expose-gc ./node_modules/.bin/jest --runInBand --logHeapUsage" }, "author": {