From 3f6024c7f70c91b32bb8dd70d2cf504041dc51e5 Mon Sep 17 00:00:00 2001 From: Yacine Hmito Date: Sat, 23 Nov 2019 11:47:37 +0100 Subject: [PATCH] remove unneeded assertions --- packages/jest-cli/src/cli/args.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-cli/src/cli/args.ts b/packages/jest-cli/src/cli/args.ts index f4df152c52b5..01a10e61059b 100644 --- a/packages/jest-cli/src/cli/args.ts +++ b/packages/jest-cli/src/cli/args.ts @@ -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,