You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
417 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PageHeader pageHeader should not render blank dom 1`] = `
<div
class="ant-page-header"
/>
`;
exports[`PageHeader pageHeader should support className 1`] = `
<div
class="ant-page-header not-works"
>
<div
class="ant-page-header-title-view"
>
<span
class="ant-page-header-title-view-title"
>
Page Title
</span>
</div>
</div>
`;