mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-24 12:40:41 +08:00
6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
describe('example test', () => {
|
|
it('should work', () => {
|
|
expect('<p>Example Text</p>').to.eq('<p>Example Text</p>')
|
|
})
|
|
})
|