Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 5, 2024
1 parent 08c5248 commit ecbc003
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/pull-components/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { pullComponents, saveComponentsToFiles } from './actions'
import { pullComponentsCommand } from '.'
import chalk from 'chalk'
import { colorPalette } from '../../constants'
import { saveLanguagesToFile } from '../pull-languages/actions'

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

0 comments on commit ecbc003

Please sign in to comment.