Skip to content

Commit

Permalink
fix: Remove duplicate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
krynble committed Apr 14, 2023
1 parent f281b55 commit a27e00d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/editor-ui/src/__tests__/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { configure } from '@testing-library/vue';
import Vue from 'vue';
import '../plugins';
import { I18nPlugin } from '@/plugins/i18n';
import { configure } from '@testing-library/vue';

configure({ testIdAttribute: 'data-test-id' });

Expand All @@ -23,6 +22,3 @@ window.ResizeObserver =
observe: vi.fn(),
unobserve: vi.fn(),
}));

// Configure Testing Library
configure({ testIdAttribute: 'data-test-id' });

0 comments on commit a27e00d

Please sign in to comment.