Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiw committed Jun 1, 2018
1 parent cb9c323 commit ec8c4bc
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions test/__snapshots__/Vuetable.HTML.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ exports[`Vuetable - HTML structure renders HTML table 1`] = `
<div
class=""
>
<!---->
<div
class="vuetable-head-wrapper"
class="vuetable-body-wrapper"
>
<table
class="vuetable ui blue selectable unstackable celled table fixed"
Expand Down Expand Up @@ -39,25 +41,6 @@ exports[`Vuetable - HTML structure renders HTML table 1`] = `
<!---->
</tr>
</thead>
</table>
</div>
<div
class="vuetable-body-wrapper"
>
<table
class="vuetable ui blue selectable unstackable celled table vuetable-semantic-no-top fixed"
>
<colgroup>
<col
class="vuetable-col-code"
/>
<col
class="vuetable-col-description"
/>
<!---->
</colgroup>
<tfoot />
Expand Down

0 comments on commit ec8c4bc

Please sign in to comment.