diff --git a/packages/design-system/src/components/AskAssistantChat/__tests__/AskAssistantChat.spec.ts b/packages/design-system/src/components/AskAssistantChat/__tests__/AskAssistantChat.spec.ts index eef958a006..2c1649b2cd 100644 --- a/packages/design-system/src/components/AskAssistantChat/__tests__/AskAssistantChat.spec.ts +++ b/packages/design-system/src/components/AskAssistantChat/__tests__/AskAssistantChat.spec.ts @@ -1,8 +1,9 @@ import { render } from '@testing-library/vue'; -import AskAssistantChat from '../AskAssistantChat.vue'; import { n8nHtml } from 'n8n-design-system/directives'; +import AskAssistantChat from '../AskAssistantChat.vue'; + describe('AskAssistantChat', () => { it('renders default placeholder chat correctly', () => { const { container } = render(AskAssistantChat, { diff --git a/packages/design-system/src/components/N8nMarkdown/__tests__/Markdown.spec.ts b/packages/design-system/src/components/N8nMarkdown/__tests__/Markdown.spec.ts index 1ee181d8bb..d9671464d2 100644 --- a/packages/design-system/src/components/N8nMarkdown/__tests__/Markdown.spec.ts +++ b/packages/design-system/src/components/N8nMarkdown/__tests__/Markdown.spec.ts @@ -1,8 +1,9 @@ import { render, fireEvent } from '@testing-library/vue'; -import N8nMarkdown from '../Markdown.vue'; import { n8nHtml } from 'n8n-design-system/directives'; +import N8nMarkdown from '../Markdown.vue'; + describe('components', () => { describe('N8nMarkdown', () => { it('should render unchecked checkboxes', () => { diff --git a/packages/design-system/src/directives/n8n-html.test.ts b/packages/design-system/src/directives/n8n-html.test.ts index 94fb30de51..d964a3345c 100644 --- a/packages/design-system/src/directives/n8n-html.test.ts +++ b/packages/design-system/src/directives/n8n-html.test.ts @@ -1,4 +1,5 @@ import { render } from '@testing-library/vue'; + import { n8nHtml } from './n8n-html'; const TestComponent = {