mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
ffba5d716e
commit
ec1521066a
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ describe('getStaticPaths with trailingSlash: ignore', () => {
|
||||||
let $ = cheerio.load(html);
|
let $ = cheerio.load(html);
|
||||||
assert.equal($('#slug').text(), 'news');
|
assert.equal($('#slug').text(), 'news');
|
||||||
assert.equal($('#page').text(), 'july-2024/2');
|
assert.equal($('#page').text(), 'july-2024/2');
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue