From 82b9d2f3ddecdbe1468d9feb36b826f9a091a5ea Mon Sep 17 00:00:00 2001 From: Ryan Diehl Date: Mon, 18 May 2020 14:58:29 -0400 Subject: [PATCH] chore: enable passWithNoTests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4fd71e..2435703 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "test": "ng test", + "test": "ng test --passWithNoTests", "lint": "ng lint", "e2e": "ng e2e", "affected:apps": "nx affected:apps", -- GitLab