diff --git a/playwriter/src/htmlrewrite.test.ts b/playwriter/src/htmlrewrite.test.ts index 2add765..64d54f8 100644 --- a/playwriter/src/htmlrewrite.test.ts +++ b/playwriter/src/htmlrewrite.test.ts @@ -4,33 +4,33 @@ import { formatHtmlForPrompt } from './htmlrewrite.js' test('formatHtmlForPrompt', async () => { const res = await fetch('https://framer.com') const html = await res.text() - const newHtml = await formatHtmlForPrompt(html) + const newHtml = await formatHtmlForPrompt({ html }) expect(newHtml).toMatchInlineSnapshot( ` " - +
-