mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
chore: lint
This commit is contained in:
parent
71e5a1fe98
commit
04380e912d
@ -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'))
|
||||
|
2
test/fixtures/basic/nuxt.config.ts
vendored
2
test/fixtures/basic/nuxt.config.ts
vendored
@ -47,7 +47,7 @@ export default defineNuxtConfig({
|
||||
'/random/b',
|
||||
'/random/c',
|
||||
'/random-catchall/a/',
|
||||
'/random-catchall/b/',
|
||||
'/random-catchall/b/'
|
||||
]
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user