mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Snapshots
This commit is contained in:
parent
e427a959e1
commit
1cf1b0b28c
1 changed files with 21 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue