Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-06-30 01:18:24 +0300
committerGitHub <noreply@github.com>2022-06-30 01:18:24 +0300
commit7fd4f52f17feb69d311019188c13e225ebdafcc1 (patch)
treef27dabf8d85047d438b90029e498c4697268fbed
parent7ce66b017a611458b4ce385c13c446d89c23d777 (diff)
chore: arborist test snapshots (#5106)
run-script update changed cmd signatures
-rw-r--r--workspaces/arborist/tap-snapshots/test/arborist/rebuild.js.test.cjs8
1 files changed, 4 insertions, 4 deletions
diff --git a/workspaces/arborist/tap-snapshots/test/arborist/rebuild.js.test.cjs b/workspaces/arborist/tap-snapshots/test/arborist/rebuild.js.test.cjs
index 3a7ee8890..c268752aa 100644
--- a/workspaces/arborist/tap-snapshots/test/arborist/rebuild.js.test.cjs
+++ b/workspaces/arborist/tap-snapshots/test/arborist/rebuild.js.test.cjs
@@ -8,7 +8,7 @@
exports[`test/arborist/rebuild.js TAP verify dep flags in script environments > saved script results 1`] = `
Array [
Object {
- "cmd": "{TMP}/postinstall-{TIMESTAMP}",
+ "cmd": "{TMP}/postinstall{TIMESTAMP}",
"code": 0,
"event": "postinstall",
"pkg": Object {
@@ -30,7 +30,7 @@ Array [
"stdout": "npm_package_dev\\n",
},
Object {
- "cmd": "{TMP}/postinstall-{TIMESTAMP}",
+ "cmd": "{TMP}/postinstall{TIMESTAMP}",
"code": 0,
"event": "postinstall",
"pkg": Object {
@@ -46,7 +46,7 @@ Array [
"stdout": "npm_package_dev_optional\\n",
},
Object {
- "cmd": "{TMP}/postinstall-{TIMESTAMP}",
+ "cmd": "{TMP}/postinstall{TIMESTAMP}",
"code": 0,
"event": "postinstall",
"pkg": Object {
@@ -66,7 +66,7 @@ Array [
),
},
Object {
- "cmd": "{TMP}/postinstall-{TIMESTAMP}",
+ "cmd": "{TMP}/postinstall{TIMESTAMP}",
"code": 0,
"event": "postinstall",
"pkg": Object {