test bold and link regex
This commit is contained in:
11
tests/cypress/integration/extensions/link.spec.ts
Normal file
11
tests/cypress/integration/extensions/link.spec.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
import { pasteRegex } from '@tiptap/extension-link'
|
||||
|
||||
describe('link regex test', () => {
|
||||
|
||||
it('paste regex matches url', () => {
|
||||
expect('https://www.example.com/with-spaces?var=true&foo=bar+3').to.match(pasteRegex)
|
||||
})
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user