);
expect(() => wrapper.unmount()).not.toThrow();
});
it("ref should be forwarded", () => {
const ref = React.createRef);
expect(ref.current).not.toBeNull();
});
it("should support block mode", () => {
const {container} = render();
expect(container.querySelector("pre")).not.toBeNull();
});
});