diff options
author | 2025-01-17 15:26:42 +0000 | |
---|---|---|
committer | 2025-01-17 15:26:42 +0000 | |
commit | 22eafffd100ee2839d5a08b20d553c7f11e400c9 (patch) | |
tree | 8804274ca5cc6676470e5e9e218031b6d659bad8 | |
parent | 429aa7547572915b5f7f9a4146529e704069128b (diff) | |
download | astro-22eafffd100ee2839d5a08b20d553c7f11e400c9.tar.gz astro-22eafffd100ee2839d5a08b20d553c7f11e400c9.tar.zst astro-22eafffd100ee2839d5a08b20d553c7f11e400c9.zip |
[ci] format
-rw-r--r-- | packages/astro/test/units/routing/manifest.test.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/test/units/routing/manifest.test.js b/packages/astro/test/units/routing/manifest.test.js index 1567126b8..176851d26 100644 --- a/packages/astro/test/units/routing/manifest.test.js +++ b/packages/astro/test/units/routing/manifest.test.js @@ -310,7 +310,6 @@ describe('routing - createRouteManifest', () => { }); assert.deepEqual(getManifestRoutes(manifest), [ - { route: '/_image', type: 'endpoint', |