We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bef00 commit 0a3bfe3Copy full SHA for 0a3bfe3
1 file changed
src/commands/test.rerun.spec.ts
@@ -4855,18 +4855,18 @@ describe('[finding-5] batch rerun --wait: RequestTimeoutError during fan-out pol
4855
autoHeal: false,
4856
autoHealExplicit: false,
4857
skipDependencies: false,
4858
- maxConcurrency: 1, // Fixed: Added comma and missing fields
+ maxConcurrency: 1, // تأكدت من وجود الفواصل هنا
4859
profile: 'default',
4860
output: 'json',
4861
- debug: false,
+ debug: false
4862
},
4863
{
4864
...creds,
4865
sleep: instantSleep,
4866
fetchImpl: fetchImpl as unknown as FetchImpl,
4867
stdout: line => stdoutLines.push(line),
4868
- stderr: () => undefined,
4869
- },
+ stderr: () => undefined
+ }
4870
).catch(e => e);
4871
4872
expect(err).toMatchObject({ exitCode: 7 });
0 commit comments