diff --git a/packages/cli/src/commands/repo/test.ts b/packages/cli/src/commands/repo/test.ts index 87f8e004b0..1d59ba3d63 100644 --- a/packages/cli/src/commands/repo/test.ts +++ b/packages/cli/src/commands/repo/test.ts @@ -241,7 +241,6 @@ export async function command(opts: OptionValues, cmd: Command): Promise { return; } - selectedProjects = selectedProjects.filter(pkg => pkg.includes('app')); args.push('--selectProjects', ...selectedProjects); }