mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 19:04:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			288 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { imgSnapshotTest } from '../../helpers/util';
 | |
| 
 | |
| describe('Flowchart', () => {
 | |
|   it('34: testing the label width in percy', () => {
 | |
|     imgSnapshotTest(
 | |
|       `graph TD
 | |
|       A[Christmas]
 | |
|       `,
 | |
|       { theme: 'forest', fontFamily: '"Noto Sans SC", sans-serif' }
 | |
|     );
 | |
|   });
 | |
| });
 | 
