ant-design/components/time-picker/__tests__/__snapshots__/index.test.js.snap
2018-06-23 11:31:42 +08:00

14 lines
202 B
Plaintext

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