fix snap, seems to be a jsdom bugfix

This commit is contained in:
afc163 2017-02-21 22:17:35 +08:00
parent 2fb0fb08d9
commit 79f222b86c

View File

@ -1,5 +1,7 @@
exports[`Table.sorter renders sorter icon correctly 1`] = `
<tr>
<thead
class="ant-table-thead">
<tr>
<th
class="">
<span>
@ -21,5 +23,6 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
</div>
</span>
</th>
</tr>
</tr>
</thead>
`;