tiptap/tests/cypress/integration/core/example.spec.ts
2020-09-30 17:12:34 +02:00

6 lines
132 B
TypeScript

describe('example test', () => {
it('should work', () => {
expect('<p>Example Text</p>').to.eq('<p>Example Text</p>')
})
})