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