Skip to content

Commit 2fb6d7a

Browse files
committed
fixes?
1 parent 4bdfdea commit 2fb6d7a

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3980,9 +3980,6 @@ Options:
39803980
--audit
39813981
When "true" submit audit reports alongside the current npm command to the
39823982
3983-
--before
3984-
If passed to \`npm install\`, will rebuild the npm tree such that only
3985-
39863983
--bin-links
39873984
Tells npm to create symlinks (or \`.cmd\` shims on Windows) for package
39883985
@@ -4218,9 +4215,6 @@ Options:
42184215
--audit
42194216
When "true" submit audit reports alongside the current npm command to the
42204217
4221-
--before
4222-
If passed to \`npm install\`, will rebuild the npm tree such that only
4223-
42244218
--bin-links
42254219
Tells npm to create symlinks (or \`.cmd\` shims on Windows) for package
42264220
@@ -4731,9 +4725,6 @@ Options:
47314725
-w||--workspace
47324726
Enable running a command in the context of the configured workspaces of the
47334727
4734-
--before
4735-
If passed to \`npm install\`, will rebuild the npm tree such that only
4736-
47374728
47384729
Run "npm help outdated" for more info
47394730
@@ -6008,9 +5999,6 @@ Options:
60085999
--audit
60096000
When "true" submit audit reports alongside the current npm command to the
60106001
6011-
--before
6012-
If passed to \`npm install\`, will rebuild the npm tree such that only
6013-
60146002
--bin-links
60156003
Tells npm to create symlinks (or \`.cmd\` shims on Windows) for package
60166004

test/lib/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ t.test('usage', async t => {
136136
}
137137

138138
const usage = docs.usage(docs.TAGS.USAGE, { path: cmd })
139-
const params = docs.params(docs.TAGS.CONFIG, { path: cmd })
139+
const params = docs.definitions(docs.TAGS.CONFIG, { path: cmd })
140140
.split('\n')
141141
.filter(l => l.startsWith('#### '))
142142
.join('\n') || 'NO PARAMS'

0 commit comments

Comments
 (0)