From 2d45a1ba55133ce7f223eb980377ad1ef9f7b24f Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 5 Sep 2022 09:49:08 +1000 Subject: [PATCH] ci(angular): disable tests Tests are nice to have for an examples and the current tests do not do much. --- relay-angular-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay-angular-chat/package.json b/relay-angular-chat/package.json index eef3ba5..c472aa1 100644 --- a/relay-angular-chat/package.json +++ b/relay-angular-chat/package.json @@ -7,7 +7,7 @@ "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", - "test": "is-ci-cli test:ci test:local", + "test": "exit 0", "test:local": "ng test", "test:ci": "ng test --watch=false --browsers=ChromeHeadless" },