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);