import { describe, test, expect } from 'vitest'; import { VideoBlock } from './VideoBlock'; const toHtml = (VideoBlock as any).toHtml; function embedSrc(videoUrl: string): string { const { html } = toHtml({ videoUrl }, ''); const m = html.match(/