diff --git a/packages/problem-utils-browser/src/html.ts b/packages/problem-utils-browser/src/html.ts index 25e0a99..0214f99 100644 --- a/packages/problem-utils-browser/src/html.ts +++ b/packages/problem-utils-browser/src/html.ts @@ -10,10 +10,7 @@ import { startLocalHttpServer, type TestCaseResult, } from '@exercode/problem-utils'; -import sniffHtmlEncoding from 'html-encoding-sniffer'; import type { Page } from 'puppeteer'; -import { format } from 'prettier'; -import prettierPluginOrganizeAttributes from 'prettier-plugin-organize-attributes'; import { createBrowserPage, capturePngScreenshot, launchBrowser } from './browser.js'; import { createTemporaryDirectory } from './temporaryDirectory.js'; @@ -258,6 +255,12 @@ async function loadFormattedHtmlForScreenshot(url: string): Promise