diff --git a/packages/state-manager/src/sagas/communities/launchCommunity/launchCommunity.saga.test.ts b/packages/state-manager/src/sagas/communities/launchCommunity/launchCommunity.saga.test.ts index 2f7cf68ccb..01aea65f52 100644 --- a/packages/state-manager/src/sagas/communities/launchCommunity/launchCommunity.saga.test.ts +++ b/packages/state-manager/src/sagas/communities/launchCommunity/launchCommunity.saga.test.ts @@ -26,7 +26,7 @@ describe('launchCommunity', () => { factory = await getFactory(store) }) - test.skip('launch all remembered communities', async () => { + test('launch all remembered communities', async () => { const community1 = await factory.create['payload']>('Community') await factory.create['payload']>('Identity', { @@ -182,7 +182,7 @@ describe('launchCommunity', () => { .run() }) - test.skip('do not launch current community if it does not have rootCa', async () => { + test('do not launch current community if it does not have rootCa', async () => { const socket = { emit: jest.fn(), on: jest.fn() } as unknown as Socket const community = diff --git a/packages/state-manager/src/sagas/publicChannels/sendNewUserInfoMessage/sendNewUserInfoMessage.saga.test.ts b/packages/state-manager/src/sagas/publicChannels/sendNewUserInfoMessage/sendNewUserInfoMessage.saga.test.ts index d200aa144f..6cdba24bc8 100644 --- a/packages/state-manager/src/sagas/publicChannels/sendNewUserInfoMessage/sendNewUserInfoMessage.saga.test.ts +++ b/packages/state-manager/src/sagas/publicChannels/sendNewUserInfoMessage/sendNewUserInfoMessage.saga.test.ts @@ -33,7 +33,7 @@ describe('sendInitialChannelMessageSaga', () => { factory = await getFactory(store) }) - test.skip('send new user info message', async () => { + test('send new user info message', async () => { const community1 = await factory.create['payload']>('Community') user = await factory.create['payload']>('Identity', { @@ -76,7 +76,7 @@ describe('sendInitialChannelMessageSaga', () => { .run() }) - test.skip('dont send new user info if user exists', async () => { + test('dont send new user info if user exists', async () => { const community1 = await factory.create['payload']>('Community') user = await factory.create['payload']>('Identity', { @@ -114,7 +114,7 @@ describe('sendInitialChannelMessageSaga', () => { .run() }) - test.skip('dont send new user info message if owner', async () => { + test('dont send new user info message if owner', async () => { const community1 = await factory.create['payload']>('Community') user = await factory.create['payload']>('Identity', { @@ -141,7 +141,7 @@ describe('sendInitialChannelMessageSaga', () => { .run() }) - test.skip('remove possible duplicates before sending info message', async () => { + test('remove possible duplicates before sending info message', async () => { const community1 = await factory.create['payload']>('Community') user = await factory.create['payload']>('Identity', {