1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`warns about unwrapped strings 1`] = `
4<div
5  className="css-view-175oi2r"
6  dir={null}
7>
8  <div
9    className="css-text-1rynq56 r-bottom-1p0dtai r-left-1d2f490 r-position-u8s1d r-right-zchlnj r-top-ipm5af r-backgroundColor-1kfbv51 r-color-jwli3a"
10    dir="auto"
11  >
12    Unwrapped text: "
13    <span
14      className="css-textHasAncestor-1qaijid"
15      dir={null}
16      style={
17        {
18          "fontWeight": "bold",
19        }
20      }
21    >
22      Hey
23    </span>
24    "
25  </div>
26</div>
27`;
28