Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 29, 2024
1 parent 0415d33 commit b97f819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/user/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getUser } from './actions'
import { konsola } from '../../utils'
import { session } from '../../session'
import chalk from 'chalk'
import { title } from 'node:process'

vi.mock('./actions', () => ({
getUser: vi.fn(),
Expand Down

0 comments on commit b97f819

Please sign in to comment.