From d67fd87155c5611682afd4e6c7b50493b6112296 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 15 Mar 2020 19:16:01 +0100 Subject: [PATCH] enable all tests :fire: --- test/provider/kalaydo.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/provider/kalaydo.test.js b/test/provider/kalaydo.test.js index 1231344..5a6d2bb 100644 --- a/test/provider/kalaydo.test.js +++ b/test/provider/kalaydo.test.js @@ -12,7 +12,7 @@ describe('#kalaydo testsuite()', () => { './notification/notify': mockNotification }); - it.only('should test kalaydo provider', async () => { + it('should test kalaydo provider', async () => { return await new Promise(resolve => { const fredy = new Fredy(provider.config, null, provider.id(), 'test1'); fredy.execute().then(() => {