chore: lint

This commit is contained in:
Alexander 2023-03-06 14:47:02 +01:00
parent 71e5a1fe98
commit 04380e912d
2 changed files with 2 additions and 2 deletions

View File

@ -988,7 +988,7 @@ describe.skipIf(isDev() || isWindows)('payload rendering', () => {
await page.goto(url('/random-catchall/a/'))
await page.waitForLoadState('networkidle')
// We are not triggering API requests in the payload in client-side nav
expect(requests).not.toContain('/api/random')
expect(requests).not.toContain(expect.stringContaining('/__nuxt_island'))

View File

@ -47,7 +47,7 @@ export default defineNuxtConfig({
'/random/b',
'/random/c',
'/random-catchall/a/',
'/random-catchall/b/',
'/random-catchall/b/'
]
}
},