Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit c70faf3

Browse files
committed
test: update snapshot
1 parent 5aed659 commit c70faf3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/__snapshots__/Tippy.test.js.snap

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Array [
1414
`;
1515

1616
exports[`<Tippy /> render prop 1`] = `
17-
<div>
17+
<div
18+
data-escaped=""
19+
data-placement="top"
20+
data-reference-hidden=""
21+
>
1822
Hello
1923
</div>
2024
`;

0 commit comments

Comments
 (0)