From af157ea5994d8d87398e6bcc2a2c1fc2a076cb6e Mon Sep 17 00:00:00 2001 From: Ryan Lengel Isgrig Date: Wed, 7 Jul 2021 16:32:57 -0700 Subject: [PATCH] Update dummy test script in node packages with clearer message and to not "exit 1" --- packages/HelpAndCancel/package.json | 2 +- packages/Welcome/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/HelpAndCancel/package.json b/packages/HelpAndCancel/package.json index ab2a9a19b8..3054bc0e48 100644 --- a/packages/HelpAndCancel/package.json +++ b/packages/HelpAndCancel/package.json @@ -21,6 +21,6 @@ "url": "https://github.com/Microsoft/botframework-components.git" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"No test specified for package \\\"@microsoft/bot-components-helpandcancel\\\", skipping.\"" } } diff --git a/packages/Welcome/package.json b/packages/Welcome/package.json index bec7b8d8ab..b9b255a3e5 100644 --- a/packages/Welcome/package.json +++ b/packages/Welcome/package.json @@ -21,6 +21,6 @@ "url": "https://github.com/Microsoft/botframework-components.git" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"No test specified for package \\\"@microsoft/bot-components-welcome\\\", skipping.\"" } }