Skip to content

Commit

Permalink
chore: npm run fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed May 16, 2023
1 parent df03ab4 commit ec5bdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/usage.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@ describe('usage tests', () => {
const r = checkUsage(() =>
yargs(['-h'])
.help('h')
.default('f', function randomNumber() {
.default('f', () => {
// eslint-disable-line
return Math.random() * 256;
})
Expand Down

0 comments on commit ec5bdc7

Please sign in to comment.