Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 26, 2016
1 parent 8c0692f commit f07f33d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 73 deletions.
40 changes: 20 additions & 20 deletions components/grid/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -458,71 +458,63 @@ exports[`test renders ./components/grid/demo/playground.md correctly 1`] = `
class="ant-slider-rail" />
<div
class="ant-slider-track ant-slider-track-1"
style="visibility:visible;left:0%;width:33.33333333333333%;" />
style="visibility:visible;left:0%;width:40%;" />
<div
class="ant-slider-step">
<span
class="ant-slider-dot ant-slider-dot-active"
style="left:0%;" />
<span
class="ant-slider-dot ant-slider-dot-active"
style="left:16.666666666666664%;" />
style="left:20%;" />
<span
class="ant-slider-dot ant-slider-dot-active"
style="left:33.33333333333333%;" />
<span
class="ant-slider-dot"
style="left:50%;" />
style="left:40%;" />
<span
class="ant-slider-dot"
style="left:66.66666666666666%;" />
style="left:60%;" />
<span
class="ant-slider-dot"
style="left:83.33333333333334%;" />
style="left:80%;" />
<span
class="ant-slider-dot"
style="left:100%;" />
</div>
<div
class="ant-slider-handle ant-slider-handle-2 ant-slider-handle-upper"
style="left:33.33333333333333%;" />
style="left:40%;" />
<div
class="ant-slider-mark">
<span
class="ant-slider-mark-text ant-slider-mark-text-active"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:0%;">
style="width:18%;margin-left:-9%;left:0%;">
2
</span>
<span
class="ant-slider-mark-text ant-slider-mark-text-active"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:16.666666666666664%;">
style="width:18%;margin-left:-9%;left:20%;">
3
</span>
<span
class="ant-slider-mark-text ant-slider-mark-text-active"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:33.33333333333333%;">
style="width:18%;margin-left:-9%;left:40%;">
4
</span>
<span
class="ant-slider-mark-text"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:50%;">
style="width:18%;margin-left:-9%;left:60%;">
6
</span>
<span
class="ant-slider-mark-text"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:66.66666666666666%;">
style="width:18%;margin-left:-9%;left:80%;">
8
</span>
<span
class="ant-slider-mark-text"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:83.33333333333334%;">
style="width:18%;margin-left:-9%;left:100%;">
12
</span>
<span
class="ant-slider-mark-text"
style="width:15.000000000000002%;margin-left:-7.500000000000001%;left:100%;">
24
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -559,6 +551,14 @@ exports[`test renders ./components/grid/demo/playground.md correctly 1`] = `
</div>
</div>
</div>
<pre>
<Row gutter={16}>
<Col span={6} />
<Col span={6} />
<Col span={6} />
<Col span={6} />
</Row>
</pre>
</div>
`;

Expand Down
53 changes: 0 additions & 53 deletions tests/__snapshots__/index.test.js.snap

This file was deleted.

0 comments on commit f07f33d

Please sign in to comment.