mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
add pause command
This commit is contained in:
@@ -36,6 +36,9 @@ test('app payload parsing tests', (t) => {
|
||||
task = makeTask(logger, require('./data/good/dial-listen'));
|
||||
t.ok(task.name === 'dial', 'parsed dial w/ listen');
|
||||
|
||||
task = makeTask(logger, require('./data/good/pause'));
|
||||
t.ok(task.name === 'pause', 'parsed pause');
|
||||
|
||||
const alt = require('./data/good/alternate-syntax');
|
||||
const normalize = require('../lib/utils/normalize-jamones');
|
||||
normalize(logger, alt).forEach((t) => {
|
||||
|
||||
Reference in New Issue
Block a user