diff --git a/src/index.ts b/src/index.ts index f7b9e2575..30ca3db16 100755 --- a/src/index.ts +++ b/src/index.ts @@ -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';