mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			339 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			339 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import { urlSnapshotTest } from '../../helpers/util.ts';
 | 
						|
 | 
						|
describe('mermaid', () => {
 | 
						|
  describe('registerDiagram', () => {
 | 
						|
    it('should work on @mermaid-js/mermaid-example-diagram', () => {
 | 
						|
      const url = 'http://localhost:9000/external-diagrams-example-diagram.html';
 | 
						|
      urlSnapshotTest(url, {}, false, false);
 | 
						|
    });
 | 
						|
  });
 | 
						|
});
 |