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,4 +1,6 @@
exports[`Table.sorter renders sorter icon correctly 1`] = `
<thead
class="ant-table-thead">
<tr>
<th
class="">
@ -22,4 +24,5 @@ exports[`Table.sorter renders sorter icon correctly 1`] = `
</span>
</th>
</tr>
</thead>
`;