So, I should create some functions with chains for validating, example: and function should throw an error if something isn’t comparing. I have a problem, if something throw an error, than it doesn’t continue work, I tried to add try catch, but then tests shows me that it don’t throw an error. I want to pass test with .toThrowError() and