mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
many changes from testing
This commit is contained in:
@@ -47,10 +47,9 @@ test('app payload parsing tests', (t) => {
|
||||
t.pass('alternate syntax works');
|
||||
|
||||
t.end();
|
||||
process.exit(0);
|
||||
});
|
||||
|
||||
console.log('exiting');
|
||||
|
||||
|
||||
const errInvalidInstruction = () => makeTask(logger, require('./data/bad/unknown-instruction'));
|
||||
const errUnknownProperty = () => makeTask(logger, require('./data/bad/unknown-property'));
|
||||
|
||||
Reference in New Issue
Block a user