mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
enable all tests 🔥
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user