Update packages/cli-module-test-jest/src/commands/repo/test.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-03-30 11:53:54 +02:00
committed by GitHub
parent d3b8c370e1
commit e7f90f47a8
@@ -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);