Skip to content

Commit

Permalink
test: update jest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
angeliski committed Aug 6, 2020
1 parent d1e7ff9 commit b0f6d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/__snapshots__/TabulatorComponent.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`TabulatorComponent.vue Init table renders correct based in the options
</div>
<div class="tabulator-frozen-rows-holder"></div>
</div>
<div class="tabulator-tableHolder" tabindex="0">
<div class="tabulator-tableHolder" tabindex="0" style="height: 0px;">
<div class="tabulator-table"></div>
</div>
</div>
Expand Down

0 comments on commit b0f6d66

Please sign in to comment.