mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-09 21:38:18 +08:00
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
|
context('/api/extensions/paragraph', () => {
|
||
|
beforeEach(() => {
|
||
|
cy.visit('/api/extensions/paragraph')
|
||
|
})
|
||
|
})
|