Skip to content

Commit

Permalink
fix: Fix lint issues (no-changelog) (#10866)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored and riascho committed Sep 23, 2024
1 parent 480a9d4 commit 0126c42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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, {
Expand Down
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down
1 change: 1 addition & 0 deletions packages/design-system/src/directives/n8n-html.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { render } from '@testing-library/vue';

import { n8nHtml } from './n8n-html';

const TestComponent = {
Expand Down

0 comments on commit 0126c42

Please sign in to comment.