aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matt Kane <ascorbic@users.noreply.github.com> 2025-01-20 14:53:06 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2025-01-20 14:53:06 +0000
commit9cc46f66e9c3b83f6a79d03bc5ee442ae97683f6 (patch)
tree93364f4545e0613f999cb129f2a5a5729f78911f
parentcf3088060d45227dcb48e041c4ed5e0081d71398 (diff)
downloadastro-9cc46f66e9c3b83f6a79d03bc5ee442ae97683f6.tar.gz
astro-9cc46f66e9c3b83f6a79d03bc5ee442ae97683f6.tar.zst
astro-9cc46f66e9c3b83f6a79d03bc5ee442ae97683f6.zip
[ci] format
-rw-r--r--packages/astro/test/units/vite-plugin-astro-server/request.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/units/vite-plugin-astro-server/request.test.js b/packages/astro/test/units/vite-plugin-astro-server/request.test.js
index d134de998..7a3767e95 100644
--- a/packages/astro/test/units/vite-plugin-astro-server/request.test.js
+++ b/packages/astro/test/units/vite-plugin-astro-server/request.test.js
@@ -124,7 +124,7 @@ describe('vite-plugin-astro-server', () => {
container.handle(req, res);
const html = await text();
assert.equal(res.statusCode, 200);
-
+
assert.deepEqual(html, '<!DOCTYPE html>http://localhost/prerendered');
});
});