UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

9 lines (8 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hangUp = void 0; const hangUp = () => ({ do: (call) => call.close("Then directive"), describe: () => "hang-up", }); exports.hangUp = hangUp;