mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
21 lines
432 B
JavaScript
21 lines
432 B
JavaScript
import { imgSnapshotTest } from '../../helpers/util.js';
|
|
|
|
describe('Sequencediagram', () => {
|
|
// it('should render a simple git graph', () => {
|
|
// imgSnapshotTest(
|
|
// `
|
|
// gitGraph:
|
|
// commit
|
|
// branch newbranch
|
|
// checkout newbranch
|
|
// commit
|
|
// commit
|
|
// checkout master
|
|
// commit
|
|
// commit
|
|
// merge newbranch`,
|
|
// { logLevel: 0 }
|
|
// );
|
|
// });
|
|
});
|