mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 08:40:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			425 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			425 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
 | |
| 
 | |
| exports[`Pagination renders correctly 1`] = `
 | |
| <div
 | |
|   className="undefined"
 | |
| >
 | |
|   <div>
 | |
|     <a
 | |
|       className=" hideInPrintView"
 | |
|       href="/typography/page/1"
 | |
|       rel="prev"
 | |
|     >
 | |
|       ← PREV
 | |
|     </a>
 | |
|   </div>
 | |
|   <div>
 | |
|     <a
 | |
|       className=" hideInPrintView"
 | |
|       href="/typography/page/3"
 | |
|       rel="next"
 | |
|     >
 | |
|       NEXT →
 | |
|     </a>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 |