Skip to content

Commit aa85552

Browse files
beihailiclaude
andcommitted
fix: remove unused vi import from user store tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 86eb1a1 commit aa85552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/__tests__/useUserStore.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, beforeEach, vi } from 'vitest';
1+
import { describe, it, expect, beforeEach } from 'vitest';
22
import { useUserStore } from '../useUserStore';
33

44
// Reset store state before each test

0 commit comments

Comments
 (0)