Skip to content

Commit

Permalink
chore: arborist test snapshots (#5106)
Browse files Browse the repository at this point in the history
run-script update changed cmd signatures
  • Loading branch information
wraithgar committed Jun 29, 2022
1 parent 7ce66b0 commit 7fd4f52
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand All @@ -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 {
Expand All @@ -66,7 +66,7 @@ Array [
),
},
Object {
"cmd": "{TMP}/postinstall-{TIMESTAMP}",
"cmd": "{TMP}/postinstall{TIMESTAMP}",
"code": 0,
"event": "postinstall",
"pkg": Object {
Expand Down

0 comments on commit 7fd4f52

Please sign in to comment.