enable all tests 🔥

This commit is contained in:
Christian Kellner
2020-03-15 19:16:01 +01:00
parent 200e3217a4
commit d67fd87155

View File

@@ -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(() => {