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