remove test for startValidateCommunities loop

This commit is contained in:
Claus-Peter Hübner 2023-01-31 00:32:18 +01:00
parent 71c8d307c4
commit 799823f039

View File

@ -21,6 +21,7 @@ afterAll(async () => {
}) })
describe('validate Communities', () => { describe('validate Communities', () => {
/*
describe('start validation loop', () => { describe('start validation loop', () => {
beforeEach(async () => { beforeEach(async () => {
jest.clearAllMocks() jest.clearAllMocks()
@ -33,7 +34,7 @@ describe('validate Communities', () => {
) )
}) })
}) })
*/
describe('start validation logic without loop', () => { describe('start validation logic without loop', () => {
beforeEach(async () => { beforeEach(async () => {
jest.clearAllMocks() jest.clearAllMocks()