[ci] format

This commit is contained in:
Matt Kane 2025-01-20 14:53:06 +00:00 committed by astrobot-houston
parent cf3088060d
commit 9cc46f66e9

View file

@ -124,7 +124,7 @@ describe('vite-plugin-astro-server', () => {
container.handle(req, res); container.handle(req, res);
const html = await text(); const html = await text();
assert.equal(res.statusCode, 200); assert.equal(res.statusCode, 200);
assert.deepEqual(html, '<!DOCTYPE html>http://localhost/prerendered'); assert.deepEqual(html, '<!DOCTYPE html>http://localhost/prerendered');
}); });
}); });