24 lines
		
	
	
		
			451 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			451 B
		
	
	
	
		
			Plaintext
		
	
	
| // 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 class 1`] = `
 | |
| <div
 | |
|   class="ant-page-header ant-page-header-ghost not-works"
 | |
| >
 | |
|   <div
 | |
|     class="ant-page-header-heading"
 | |
|   >
 | |
|     <span
 | |
|       class="ant-page-header-heading-title"
 | |
|     >
 | |
|       Page Title
 | |
|     </span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 |