| 1 | import { type AnyExtension, Editor, type JSONContent } from '@tiptap/core'; |
| 2 | import { afterEach, describe, expect, it } from 'vitest'; |
| 3 | import { StarterKit } from './index'; |
| 4 | import { TrailingNode } from './trailing-node'; |
nothing calls this directly
no test coverage detected