Files
tiptap/docs/src/demos/Examples/Community/Vue/index.spec.js
2021-03-16 19:12:26 +01:00

8 lines
144 B
JavaScript

context('/demos/Examples/Community/Vue', () => {
before(() => {
cy.visit('/demos/Examples/Community/Vue')
})
// TODO: Write tests
})