Skip to content

Commit

Permalink
test: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 29, 2024
1 parent d5771de commit 01428b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/react-server/src/__snapshots__/basic.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ exports[`basic 1`] = `
<h4>
Hello Server Component
</h4>
<div>
Shared Component (
server
)
</div>
<div
data-testid="server-action"
>
Expand Down Expand Up @@ -77,6 +82,11 @@ exports[`basic 1`] = `
<h4>
Hello Client Component
</h4>
<div>
Shared Component (
client
)
</div>
<div
data-hydrated="true"
>
Expand Down

0 comments on commit 01428b7

Please sign in to comment.