test('returns all teams and focus === -1 if focus NOT found WITHOUT max_teams', () => {
            MMMsoccer.setConfig({focus_on: {GERMANY: 'anotherTeam'}});

            expect(MMMsoccer.calculateTeamDisplayBoundaries()).toMatchObject({
                focusTeamIndex: -1,