mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
chore: remove unused tests
This commit is contained in:
parent
ee496a0c6d
commit
ee86f86560
@ -1,12 +0,0 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
import { Extension } from '@tiptap/core'
|
||||
|
||||
describe('configure extensions', () => {
|
||||
it('should inherit config', () => {
|
||||
const name = 'my-extension'
|
||||
const extension = Extension.create({ name })
|
||||
|
||||
expect(extension.configure().config.name).to.eq(name)
|
||||
})
|
||||
})
|
@ -1,12 +0,0 @@
|
||||
/// <reference types="cypress" />
|
||||
|
||||
import { Mark } from '@tiptap/core'
|
||||
|
||||
describe('configure marks', () => {
|
||||
it('should inherit config', () => {
|
||||
const exitable = true
|
||||
const mark = Mark.create({ exitable })
|
||||
|
||||
expect(mark.configure().config.exitable).to.eq(true)
|
||||
})
|
||||
})
|
Loading…
Reference in New Issue
Block a user