test: add nuxt page load indictor regression test

This commit is contained in:
Peter Buglavecz 2024-11-17 18:51:52 +01:00
parent d4e2b44f4c
commit d218a835f3

View File

@ -651,7 +651,6 @@ describe('pages', () => {
})
})
describe('nuxt composables', () => {
it('has useRequestURL()', async () => {
const html = await $fetch<string>('/url')