mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-22 17:56:43 +02: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