ant-design/components/time-picker/__tests__/__snapshots__/index.test.js.snap
Wei Zhu f6b1e942e3 Jest 19 (#5361)
* Upgeade to jest 19

* Use jest.spyOn
2017-03-17 18:56:30 +08:00

12 lines
181 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TimePicker renders addon correctly 1`] = `
<div
class="ant-time-picker-panel-addon"
>
<button>
Ok
</button>
</div>
`;