summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar drwpow <drwpow@users.noreply.github.com> 2021-11-29 19:34:50 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-11-29 19:34:50 +0000
commitc9bc700d41334f6306fd05045838251b056b970b (patch)
tree1b3e9f90ef14c96c16bb154b047d9751895092c0
parent50f3b8d7ec6205340e4205db1227c248ac9884c1 (diff)
downloadastro-c9bc700d41334f6306fd05045838251b056b970b.tar.gz
astro-c9bc700d41334f6306fd05045838251b056b970b.tar.zst
astro-c9bc700d41334f6306fd05045838251b056b970b.zip
[ci] yarn format
-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([
{