From e7f90f47a8aa1008cead61e5e16a4afba2ec1dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 30 Mar 2026 11:53:54 +0200 Subject: [PATCH] Update packages/cli-module-test-jest/src/commands/repo/test.test.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Fredrik Adelöw --- packages/cli-module-test-jest/src/commands/repo/test.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-module-test-jest/src/commands/repo/test.test.ts b/packages/cli-module-test-jest/src/commands/repo/test.test.ts index f49368a8d4..fe0e733f8c 100644 --- a/packages/cli-module-test-jest/src/commands/repo/test.test.ts +++ b/packages/cli-module-test-jest/src/commands/repo/test.test.ts @@ -84,7 +84,7 @@ describe('repo test arg forwarding', () => { }); it('supports legacy camelCase flag names', () => { - const args = ['--success-cache', '--success-cache-dir', '/tmp/cache']; + const args = ['--successCache', '--successCacheDir', '/tmp/cache']; const { flags } = parseRepoTestArgs(args);