Skip to content

Commit

Permalink
Snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Dec 13, 2024
1 parent e427a95 commit 1cf1b0b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/astro/test/units/integrations/api.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ describe('Integration API', () => {
params: [],
origin: 'internal',
},
{
entrypoint: '/',
isPrerendered: false,
origin: 'project',
params: [],
pattern: '//',
},
{
isPrerendered: false,
entrypoint: 'astro-default-404.astro',
Expand Down Expand Up @@ -271,6 +278,13 @@ describe('Integration API', () => {
params: [],
origin: 'internal',
},
{
entrypoint: '/',
isPrerendered: false,
origin: 'project',
params: [],
pattern: '//',
},
{
isPrerendered: false,
entrypoint: 'astro-default-404.astro',
Expand Down Expand Up @@ -333,6 +347,13 @@ describe('Integration API', () => {
params: [],
origin: 'internal',
},
{
entrypoint: '/',
isPrerendered: false,
origin: 'project',
params: [],
pattern: '//',
},
{
isPrerendered: false,
entrypoint: 'astro-default-404.astro',
Expand Down

0 comments on commit 1cf1b0b

Please sign in to comment.