mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
[ci] format
This commit is contained in:
parent
4f010d71a1
commit
ddeb0ed8be
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