From 3b30af25e93665f5aa21897910a65d7f26bbd066 Mon Sep 17 00:00:00 2001 From: Gar Date: Tue, 2 Aug 2022 10:53:54 -0700 Subject: fix: fix exec tests and clean up workspace-location-msg The workspace-location-msg file was being called improperly by `npm init` and not even tested, and when digging in it probably shouldn't be used at all from there. It's not always a workspace in this context. --- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap-snapshots/test/lib') diff --git a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs index 032caefbd..a03d22e5e 100644 --- a/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs +++ b/tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs @@ -1117,7 +1117,7 @@ Directory in which \`npm pack\` will save tarballs. * Default: * Type: String (can be set multiple times) -The package to install for [\`npm exec\`](/commands/npm-exec) +The package or packages to install for [\`npm exec\`](/commands/npm-exec) -- cgit v1.2.3