mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Fix prettier on all files
This commit is contained in:
@@ -17,7 +17,7 @@ describe("Component", () => {
|
||||
it("should render correctly", () => {
|
||||
const rootRef = React.createRef<C>();
|
||||
|
||||
rootRef.current && rootRef.current
|
||||
rootRef.current && rootRef.current;
|
||||
|
||||
wrapper = mount(<C text="text" ref={rootRef} />, { attachTo: container });
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user