Skip to content

Commit

Permalink
remove unneeded assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
yacinehmito committed Nov 23, 2019
1 parent 3ed9fff commit 3f6024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jest-cli/src/cli/args.ts
Expand Up @@ -511,8 +511,8 @@ export const options = {
runProjects: {
// TODO: write a proper description
description: 'TODO',
string: true as true,
type: 'array' as 'array',
string: true,
type: 'array',
},
runTestsByPath: {
default: false,
Expand Down

0 comments on commit 3f6024c

Please sign in to comment.