Skip to content

Commit f16e7c7

Browse files
committed
fix: remove unused vi import from WelcomeGuide tests
https://claude.ai/code/session_01TY5YfV9R31MfrJDtovKqmi
1 parent efe7472 commit f16e7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ts/components/WelcomeGuide.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, vi, beforeEach } from 'vitest';
1+
import { describe, it, expect, beforeEach } from 'vitest';
22
import { render, screen, within } from '@testing-library/react';
33
import userEvent from '@testing-library/user-event';
44
import { WelcomeGuide, WELCOME_STEPS } from '../../../apps/desktop/src/components/WelcomeGuide';

0 commit comments

Comments
 (0)