Skip to content

Commit 08747fb

Browse files
committed
Update snaps
1 parent fc97e2d commit 08747fb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/react-dialog-async/src/DialogProvider/__snapshots__/DialogProvider.test.tsx.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ exports[`calling show() mounts the dialog in the DOM 1`] = `
1010

1111
exports[`calling register() followed by show() followed by hide() unmounts the dialog in the DOM 1`] = `<DocumentFragment />`;
1212

13+
exports[`calling show() followed by hide() unmounts the dialog in the DOM 1`] = `<DocumentFragment />`;
14+
15+
exports[`calling show() mounts the dialog in the DOM 1`] = `
16+
<DocumentFragment>
17+
<div>
18+
Hello World!
19+
</div>
20+
</DocumentFragment>
21+
`;
22+
1323
exports[`renders without error 1`] = `<DocumentFragment />`;

0 commit comments

Comments
 (0)