mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix tests
This commit is contained in:
parent
31e0d1612c
commit
e5993f8f0d
@ -95,7 +95,10 @@ describe('extension options', () => {
|
||||
|
||||
it('should configure nested objects', () => {
|
||||
const extension = Extension
|
||||
.create({
|
||||
.create<{
|
||||
foo: number[],
|
||||
HTMLAttributes: Record<string, any>,
|
||||
}>({
|
||||
defaultOptions: {
|
||||
foo: [1, 2, 3],
|
||||
HTMLAttributes: {
|
||||
|
Loading…
Reference in New Issue
Block a user