We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696f43 commit a590994Copy full SHA for a590994
test/nuxt/components/HeaderConnectorModal.spec.ts
@@ -2,7 +2,7 @@ import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest'
2
import { mockNuxtImport, mountSuspended } from '@nuxt/test-utils/runtime'
3
import { ref, computed, readonly, nextTick } from 'vue'
4
import type { VueWrapper } from '@vue/test-utils'
5
-import type { PendingOperation } from '~~/cli/types'
+import type { PendingOperation } from '~~/cli/src/types'
6
import { HeaderConnectorModal } from '#components'
7
8
// Mock state that will be controlled by tests
0 commit comments