mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 10:54:15 +01:00 
			
		
		
		
	remove empty options in cypress info.spec.ts
This commit is contained in:
		| @@ -2,10 +2,10 @@ import { imgSnapshotTest } from '../../helpers/util.js'; | ||||
|  | ||||
| describe('info diagram', () => { | ||||
|   it('should handle an info definition', () => { | ||||
|     imgSnapshotTest(`info`, {}); | ||||
|     imgSnapshotTest(`info`); | ||||
|   }); | ||||
|  | ||||
|   it('should handle an info definition with showInfo', () => { | ||||
|     imgSnapshotTest(`info showInfo`, {}); | ||||
|     imgSnapshotTest(`info showInfo`); | ||||
|   }); | ||||
| }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yokozuna59
					Yokozuna59