diff --git a/src/components/MarkdownUi.spec.ts b/src/components/MarkdownUi.spec.ts index 40a31eef..01b87ea4 100644 --- a/src/components/MarkdownUi.spec.ts +++ b/src/components/MarkdownUi.spec.ts @@ -4,7 +4,6 @@ import { vi, describe, it, expect, beforeEach } from 'vitest' import { mount, flushPromises } from '@vue/test-utils' import { ref } from 'vue' import MarkdownUi from './MarkdownUi.vue' -import { EDITOR_DEBOUNCE_TIMEOUT } from '@/constants' import { KUI_BREAKPOINT_PHABLET } from '@kong/design-tokens' import type { Theme } from '@/types'