()
| 90 | const el = await mountSuspended({ setup: () => () => h('div', [h(NuxtLoadingIndicator), h(NuxtPage)]) }) |
| 91 | |
| 92 | const getLoadingIndicator = () => el.getComponent('.nuxt-loading-indicator') |
| 93 | const getPage = () => el.getComponent('#page') |
| 94 | |
| 95 | async function expectNavigatesWithLoading (path: string | RouteLocationRaw, onLoad?: () => void) { |
no outgoing calls
no test coverage detected
searching dependent graphs…