diff options
author | 2021-11-29 19:34:50 +0000 | |
---|---|---|
committer | 2021-11-29 19:34:50 +0000 | |
commit | c9bc700d41334f6306fd05045838251b056b970b (patch) | |
tree | 1b3e9f90ef14c96c16bb154b047d9751895092c0 | |
parent | 50f3b8d7ec6205340e4205db1227c248ac9884c1 (diff) | |
download | astro-c9bc700d41334f6306fd05045838251b056b970b.tar.gz astro-c9bc700d41334f6306fd05045838251b056b970b.tar.zst astro-c9bc700d41334f6306fd05045838251b056b970b.zip |
[ci] yarn format
-rw-r--r-- | packages/astro/test/route-manifest.test.js | 2 |
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([ { |