0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
Matt Kane 2025-01-31 15:00:23 +00:00 committed by astrobot-houston
parent 23978ddfe1
commit c33eccbad5

View file

@ -115,5 +115,4 @@ describe('trailingSlash', () => {
assert.equal(html.includes(`<span class="statusMessage">Not found</span>`), true);
assert.equal(res.statusCode, 404);
});
});