summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/test/route-manifest.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/route-manifest.test.js b/packages/astro/test/route-manifest.test.js
index 8ae58c1d6..533bb7a30 100644
--- a/packages/astro/test/route-manifest.test.js
+++ b/packages/astro/test/route-manifest.test.js
@@ -184,7 +184,7 @@ describe('route manifest', () => {
]);
});
- it('ignores invalid route extensions', () => {
+ it('ignores invalid route extensions', () => {
const { routes } = create('invalid-extension', 'always');
expect(cleanRoutes(routes)).to.deep.equal([
{