mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-08 12:27:59 +08:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
|
context('export-html-or-json', () => {
|
||
|
beforeEach(() => {
|
||
|
cy.visit('/examples/export-html-or-json')
|
||
|
})
|
||
|
})
|