Files
tiptap/docs/src/demos/Extensions/Gapcursor/index.spec.js

8 lines
124 B
JavaScript

context('/examples/gapcursor', () => {
before(() => {
cy.visit('/examples/gapcursor')
})
// TODO: Write tests
})