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