mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] yarn format
This commit is contained in:
parent
50f3b8d7ec
commit
c9bc700d41
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ describe('route manifest', () => {
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('ignores invalid route extensions', () => {
|
it('ignores invalid route extensions', () => {
|
||||||
const { routes } = create('invalid-extension', 'always');
|
const { routes } = create('invalid-extension', 'always');
|
||||||
expect(cleanRoutes(routes)).to.deep.equal([
|
expect(cleanRoutes(routes)).to.deep.equal([
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue