fixing kalaydo provider

This commit is contained in:
Christian Kellner
2020-03-15 16:10:49 +01:00
parent 4f9ea8108c
commit 200e3217a4
2 changed files with 9 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ describe('#kalaydo testsuite()', () => {
'./notification/notify': mockNotification
});
it('should test kalaydo provider', async () => {
it.only('should test kalaydo provider', async () => {
return await new Promise(resolve => {
const fredy = new Fredy(provider.config, null, provider.id(), 'test1');
fredy.execute().then(() => {