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.
42 lines
701 B
42 lines
701 B
// 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"
|
|
>
|
|
<!---->
|
|
<!---->
|
|
<!---->
|
|
<!---->
|
|
</div>
|
|
`;
|
|
|
|
exports[`PageHeader pageHeader should support class 1`] = `
|
|
<div
|
|
class="ant-page-header ant-page-header-ghost not-works"
|
|
>
|
|
<!---->
|
|
<div
|
|
class="ant-page-header-heading"
|
|
>
|
|
<div
|
|
class="ant-page-header-heading-left"
|
|
>
|
|
<!---->
|
|
<!---->
|
|
<span
|
|
class="ant-page-header-heading-title"
|
|
title="Page Title"
|
|
>
|
|
Page Title
|
|
</span>
|
|
<!---->
|
|
<!---->
|
|
</div>
|
|
<!---->
|
|
</div>
|
|
<!---->
|
|
<!---->
|
|
</div>
|
|
`;
|