Skip to content

Commit

Permalink
📸 feat: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Nov 29, 2023
1 parent 581ba8b commit 5f77048
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tests/__snapshots__/demo.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13556,7 +13556,6 @@ exports[`<DraggablePanel /> > renders basic.tsx correctly 1`] = `
}

.emotion-3 {
background: #ffffff;
overflow: hidden;
}

Expand Down Expand Up @@ -13706,7 +13705,6 @@ exports[`<DraggablePanel /> > renders bottom.tsx correctly 1`] = `
}

.emotion-4 {
background: #ffffff;
overflow: hidden;
}

Expand Down Expand Up @@ -14167,7 +14165,6 @@ exports[`<DraggablePanel /> > renders left.tsx correctly 1`] = `
}

.emotion-4 {
background: #ffffff;
overflow: hidden;
}

Expand Down Expand Up @@ -14318,7 +14315,6 @@ exports[`<DraggablePanel /> > renders top.tsx correctly 1`] = `
}

.emotion-4 {
background: #ffffff;
overflow: hidden;
}

Expand Down Expand Up @@ -19813,6 +19809,16 @@ exports[`<InteractContainer /> > renders WithContainer.tsx correctly 1`] = `
</div>
`;

exports[`<Layout /> > renders basic.tsx correctly 1`] = `
<div>
<div
class="studio-layout"
leftpannel="[object Object]"
style="max-width: 100%;"
/>
</div>
`;

exports[`<LevaPanel /> > renders button.tsx correctly 1`] = `
.emotion-0 {
-webkit-flex-shrink: 0;
Expand Down Expand Up @@ -19872,7 +19878,6 @@ exports[`<LevaPanel /> > renders button.tsx correctly 1`] = `
}

.emotion-3 {
background: #ffffff;
overflow: hidden;
}

Expand Down

0 comments on commit 5f77048

Please sign in to comment.