Skip to content

Commit

Permalink
chore: update unit tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Mar 5, 2022
1 parent a870590 commit 7e018e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/__tests__/__snapshots__/Panel.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ exports[`renders panel correctly 1`] = `
class="ub-dspl_block ub-w_40px ub-pst_relative ub-box-szg_border-box"
>
<input
checked=""
class="css-1yog12j ub-b-btm_0 ub-b-lft_0 ub-b-rgt_0 ub-b-top_0 ub-h_1px ub-ovflw-x_hidden ub-ovflw-y_hidden ub-pb_0 ub-pl_0 ub-pr_0 ub-pt_0 ub-pst_absolute ub-wht-spc_nowrap ub-w_1px ub-opct_0 ub-box-szg_border-box"
type="checkbox"
/>
Expand All @@ -50,11 +49,11 @@ exports[`renders panel correctly 1`] = `
>
<div
class="css-17bhmw6 ub-h_20px ub-w_20px ub-box-szg_border-box"
data-checked="true"
data-checked="false"
/>
<div
class="css-1rprxtl ub-w_40px ub-dspl_flex ub-box-szg_border-box"
data-checked="true"
data-checked="false"
>
<div
class="ub-flx_1 ub-pb_2px ub-pl_2px ub-pr_2px ub-pt_2px ub-box-szg_border-box"
Expand Down

0 comments on commit 7e018e2

Please sign in to comment.