Skip to content

Commit

Permalink
format: auto-fix help dialog formatting error
Browse files Browse the repository at this point in the history
- with `yarn lint --fix`

- formatting error is from 8b148ce
  • Loading branch information
agilgur5 committed Aug 14, 2020
1 parent 5e5c3f8 commit 99d982a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,7 @@ function setAuthorName(author: string) {

prog
.command('test')
.describe(
'Run jest test runner. Passes through all flags directly to Jest'
)
.describe('Run jest test runner. Passes through all flags directly to Jest')
.action(async (opts: { config?: string }) => {
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = 'test';
Expand Down

0 comments on commit 99d982a

Please sign in to comment.