import fastify from 'fastify'; import assert from 'node:assert'; import test from 'node:test'; import { fastifyKitaHtml } from '../'; test('opts.autoDoctype', async (t) => { await using app = fastify(); app.register(fastifyKitaHtml); app.get('/default', () =>