From 81bf2fc49b2013c38b7f9c5f232f6b76896a54f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Espen=20S=C3=A6verud?= Date: Mon, 11 Oct 2021 14:42:53 +0200 Subject: [PATCH] chore: allow no tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56ee90f..737cb72 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "test": "is-ci \"test:coverage\" \"test:watch\"", "test:watch": "jest --watchAll", - "test:coverage": "jest --watch=false --coverage --updateSnapshot", + "test:coverage": "jest --watch=false --coverage --passWithNoTests --updateSnapshot", "build": "tsc", "prepublishOnly": "npm run build" },