Fixed incorrect parameter name

Signed-off-by: Ruslans Tarasovs <ruslan@tarasovs.com>
This commit is contained in:
Ruslans Tarasovs
2026-03-16 13:08:56 +02:00
parent ff860a985d
commit 18b2059ce3
@@ -112,8 +112,8 @@ describe('end-to-end', () => {
entryPoint,
['generate', '--no-docker', '--legacyCopyReadmeMdToIndexMd'],
{
legacyCwd,
timeout,
cwd: legacyCwd,
timeout: timeout,
},
);
expect(proc.stdout).toContain('Successfully generated docs');