UNPKG

@makingchatbots/genesys-cloud-chatbot-tester-cli

Version:

[![npm](https://img.shields.io/npm/v/@makingchatbots/genesys-cloud-chatbot-tester-cli)](https://www.npmjs.com/package/@makingchatbots/genesys-cloud-chatbot-tester-cli) [![Follow me on LinkedIn for updates](https://img.shields.io/badge/Follow%20for%20updat

8 lines (7 loc) 236 B
/** * This error is thrown when you want to fail a command, but not have an error * message or stack trace printed out by the entrypoint code. */ export declare class CommandExpectedlyFailedError extends Error { constructor(); }