mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-24 04:35:35 +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>')
|
|
})
|
|
})
|