Skip to content

Commit 95fa7f4

Browse files
authored
chore: fix docs test snapshot (#9132)
1 parent 03f4c3a commit 95fa7f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tap-snapshots/test/lib/docs.js.test.cjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ If true, staleness checks for cached data will be bypassed, but missing data
13961396
will be requested from the server. To force full offline mode, use
13971397
\`--offline\`.
13981398
1399-
1399+
This config cannot be used with: \`prefer-online\`
14001400
14011401
#### \`prefer-online\`
14021402
@@ -1406,7 +1406,7 @@ will be requested from the server. To force full offline mode, use
14061406
If true, staleness checks for cached data will be forced, making the CLI
14071407
look for updates immediately even for fresh package data.
14081408
1409-
1409+
This config cannot be used with: \`prefer-offline\`
14101410
14111411
#### \`prefix\`
14121412
@@ -5420,8 +5420,8 @@ npm search <search term> [<search term> ...]
54205420
Options:
54215421
[--json] [--color|--no-color|--color always] [-p|--parseable] [--no-description]
54225422
[--searchlimit <number>] [--searchopts <searchopts>]
5423-
[--searchexclude <searchexclude>] [--registry <registry>] [--prefer-online]
5424-
[--prefer-offline] [--offline]
5423+
[--searchexclude <searchexclude>] [--registry <registry>]
5424+
[--prefer-online|--prefer-offline] [--offline]
54255425
54265426
--json
54275427
Whether or not to output JSON data, rather than the normal output.

0 commit comments

Comments
 (0)