Revert: Update test.js

This commit is contained in:
2025-11-13 13:04:35 -08:00
parent d811c29f99
commit 2b3988cc93

View File

@@ -14,6 +14,6 @@ export default {
if (!html.includes('<h1>') || !html.includes('<strong>') || !html.includes('<em>') || !html.includes('<ul>') || !html.includes('<code>')) {
throw new Error('Test Failed: HTML output missing required elements.');
}
return html;
}
};