fix(core): update

This commit is contained in:
2020-12-21 12:07:18 +00:00
parent 20dcc9dc00
commit 336351b98a
4 changed files with 48 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ let deesCommsTest: deesComms.DeesComms;
tap.test('first test', async (tools) => {
deesCommsTest = new deesComms.DeesComms();
deesCommsTest.createTypedHandler<any>('test', async (requestData) => {
return {'hitheretoo': 'greetings'};
return {'hitheretoo': `greetings to ${requestData.hithere}`};
});
// lets fire a request