We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc97e2d commit 08747fbCopy full SHA for 08747fb
1 file changed
packages/react-dialog-async/src/DialogProvider/__snapshots__/DialogProvider.test.tsx.snap
@@ -10,4 +10,14 @@ exports[`calling show() mounts the dialog in the DOM 1`] = `
10
11
exports[`calling register() followed by show() followed by hide() unmounts the dialog in the DOM 1`] = `<DocumentFragment />`;
12
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
23
exports[`renders without error 1`] = `<DocumentFragment />`;
0 commit comments