describe('monthly', () => {
            beforeEach(() => {
                jest.spyOn(monthly, 'generateMonthlyPeriodsForYear')
            })