import { describe, test, expect } from 'vitest'; import { purifyHtml } from './HtmlBlock'; describe('purifyHtml', () => { test('strips script tags', () => { expect(purifyHtml('
ok