0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

[ci] format

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

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');
});
});