Ошибка при отбрасывании моего компонента ( и должна быть )
function ProblemChild() {
throw new Error("Error thrown from problem child");
return <div>Error</div>; // eslint-disable-line
}
Мой вопрос: как я могу это проверить ??
const wrapper = mount(<ProblemChild />);
Что-то вродеэто ..
expect(wrapper).toThrow()