Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored and astrobot-houston committed Jan 20, 2025
1 parent cf30880 commit 9cc46f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});
Expand Down

0 comments on commit 9cc46f6

Please sign in to comment.