mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix snap, seems to be a jsdom bugfix
This commit is contained in:
parent
2fb0fb08d9
commit
79f222b86c
@ -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>
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user