0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-07 23:41:43 -05:00

[ci] format

This commit is contained in:
Emanuele Stoppa 2024-01-25 16:18:40 +00:00 committed by astrobot-houston
parent 4f010d71a1
commit ddeb0ed8be

View file

@ -84,7 +84,7 @@ describe('Prerendering', () => {
const $ = cheerio.load(html);
assert.equal(res.status, 301);
assert.equal(res.headers.get('location'), '/some-base/two/');
assert.equal($('h1').text(), "Two")
assert.equal($('h1').text(), 'Two');
});
});