ant-design/tests/__snapshots__/button.test.js.snap
2016-11-14 18:50:23 +08:00

20 lines
277 B
Plaintext

exports[`Button renders Chinese characters correctly 1`] = `
<button
class="ant-btn"
type="button">
<span>
按 钮
</span>
</button>
`;
exports[`Button renders correctly 1`] = `
<button
class="ant-btn"
type="button">
<span>
Follow
</span>
</button>
`;