mermaid/cypress/integration/rendering/gitGraph.spec.js

21 lines
432 B
JavaScript
Raw Normal View History

2019-09-18 18:25:06 +02:00
import { imgSnapshotTest } from '../../helpers/util.js';
describe('Sequencediagram', () => {
2019-12-07 15:06:44 +01:00
// it('should render a simple git graph', () => {
// imgSnapshotTest(
// `
// gitGraph:
// commit
// branch newbranch
// checkout newbranch
// commit
// commit
// checkout master
// commit
// commit
// merge newbranch`,
// { logLevel: 0 }
// );
// });
2019-09-18 18:25:06 +02:00
});