Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fireairforce committed Oct 29, 2023
1 parent 605f98c commit 545a1c8
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -10,8 +10,7 @@ import * as enquirer from 'enquirer'

jest.mock('enquirer', () => ({ prompt: jest.fn() }))

// eslint-disable-next-line
const prompt = enquirer.prompt as any;
const prompt = enquirer.prompt as any // eslint-disable-line

const REGISTRY_URL = `http://localhost:${REGISTRY_MOCK_PORT}`

Expand Down

0 comments on commit 545a1c8

Please sign in to comment.