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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user