mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-27 20:26:47 +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', () => {
|
describe('info diagram', () => {
|
||||||
it('should handle an info definition', () => {
|
it('should handle an info definition', () => {
|
||||||
imgSnapshotTest(`info`, {});
|
imgSnapshotTest(`info`);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should handle an info definition with showInfo', () => {
|
it('should handle an info definition with showInfo', () => {
|
||||||
imgSnapshotTest(`info showInfo`, {});
|
imgSnapshotTest(`info showInfo`);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user