Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
OlkaB committed Aug 4, 2023
1 parent 9d372a5 commit 5532463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CvTooltip/__tests__/CvTooltip.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { shallowMount, mount } from '@vue/test-utils';
import { CvTooltip, CvDefinitionTooltip, CvInteractiveTooltip } from '../index';
import { carbonPrefix } from '../../../global/settings';
import { nextTick } from 'vue';

describe('CvToopltip', () => {
Expand Down

0 comments on commit 5532463

Please sign in to comment.