it('Megadott hibát dob 0 vagy kisebb érték esetén?', () => { expect(() => { checkInput('-3') }).toThrowError('Hiba! 0 vagy kisebb érték!'); });