We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ef498 commit 8ded848Copy full SHA for 8ded848
tap-snapshots/test/lib/commands/doctor.js.test.cjs
@@ -731,11 +731,6 @@ Object {
731
"warn": Array [
732
String(
733
doctor getGitPath Error: test error
734
- doctor at {STACK}
735
736
737
738
739
),
740
],
741
}
test/lib/commands/doctor.js
@@ -11,7 +11,7 @@ const cleanCacheSha = (str) =>
11
str.replace(/content-v2\/sha512\/[^"]+/g, 'content-v2/sha512/{sha}')
12
13
t.cleanSnapshot = p => cleanCacheSha(cleanDate(cleanCwd(p)))
14
- .replace(/(doctor\s+at\s).*$/gm, '$1{STACK}')
+ .replace(/^\s+(doctor\s+at\s).*$\n/gm, '')
15
16
const npmManifest = (version) => {
17
return {
0 commit comments