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 607e7e6 commit fdffa57Copy full SHA for fdffa57
tests/smoke/knitr/rscript-args.test.ts
@@ -18,7 +18,7 @@ let rscriptArgs: string | undefined;
18
testRender(rscriptArgsDoc.input, "markdown_strict", true, [
19
noErrorsOrWarnings,
20
ensureFileRegexMatches(rscriptArgsDoc.output.outputPath, [
21
- /"--no-restore"/, /"--max-connection=258"/]
+ /"--no-restore"/, /"--max-connections=258"/]
22
),
23
],
24
{
0 commit comments