0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Snapshots

This commit is contained in:
Matt Kane 2024-12-13 14:02:31 +00:00
parent e427a959e1
commit 1cf1b0b28c

View file

@ -209,6 +209,13 @@ describe('Integration API', () => {
params: [],
origin: 'internal',
},
{
entrypoint: '/',
isPrerendered: false,
origin: 'project',
params: [],
pattern: '//',
},
{
isPrerendered: false,
entrypoint: 'astro-default-404.astro',
@ -271,6 +278,13 @@ describe('Integration API', () => {
params: [],
origin: 'internal',
},
{
entrypoint: '/',
isPrerendered: false,
origin: 'project',
params: [],
pattern: '//',
},
{
isPrerendered: false,
entrypoint: 'astro-default-404.astro',
@ -333,6 +347,13 @@ describe('Integration API', () => {
params: [],
origin: 'internal',
},
{
entrypoint: '/',
isPrerendered: false,
origin: 'project',
params: [],
pattern: '//',
},
{
isPrerendered: false,
entrypoint: 'astro-default-404.astro',