0
Fork 0
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:
drwpow 2021-11-29 19:34:50 +00:00 committed by GitHub Actions
parent 50f3b8d7ec
commit c9bc700d41

View file

@ -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([
{ {