mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
[ci] format
This commit is contained in:
parent
fc21a3c306
commit
d777adc5ca
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue