UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

11 lines (10 loc) 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.doNothing = void 0; const doNothing = () => ({ do: () => { // Intentionally empty }, describe: () => "do nothing", }); exports.doNothing = doNothing;