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.\"" } }