14 lines
236 B
JavaScript
Raw Normal View History

2019-09-18 18:25:06 +02:00
import { imgSnapshotTest } from '../../helpers/util.js';
describe('Sequencediagram', () => {
it('should render a simple info diagrams', () => {
2019-09-18 18:25:06 +02:00
imgSnapshotTest(
`
info
showInfo
`,
2019-09-18 18:25:06 +02:00
{}
);
});
});