Upgrade Cypress

This commit is contained in:
MOREL Matthieu
2022-06-19 14:13:22 +02:00
parent 8f8c685a39
commit 648b15b00b
27 changed files with 430 additions and 445 deletions

View File

@@ -1,13 +0,0 @@
import { imgSnapshotTest } from '../../helpers/util.js';
describe('Sequencediagram', () => {
it('should render a simple info diagrams', () => {
imgSnapshotTest(
`
info
showInfo
`,
{}
);
});
});