Skip to content

Commit a590994

Browse files
committed
fix: wrong dir
1 parent 1696f43 commit a590994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nuxt/components/HeaderConnectorModal.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest'
22
import { mockNuxtImport, mountSuspended } from '@nuxt/test-utils/runtime'
33
import { ref, computed, readonly, nextTick } from 'vue'
44
import type { VueWrapper } from '@vue/test-utils'
5-
import type { PendingOperation } from '~~/cli/types'
5+
import type { PendingOperation } from '~~/cli/src/types'
66
import { HeaderConnectorModal } from '#components'
77

88
// Mock state that will be controlled by tests

0 commit comments

Comments
 (0)