Skip to content

Commit

Permalink
chore(arborist): fix test snapshots for @npmcli/run-script@4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf authored and wraithgar committed Aug 10, 2022
1 parent d0f5995 commit 76e477c
Showing 1 changed file with 4 additions and 4 deletions.
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{HASH}",
"cmd": "node ../../env.js",
"code": 0,
"event": "postinstall",
"pkg": Object {
Expand All @@ -30,7 +30,7 @@ Array [
"stdout": "npm_package_dev\\n",
},
Object {
"cmd": "{TMP}/postinstall{HASH}",
"cmd": "node ../../env.js",
"code": 0,
"event": "postinstall",
"pkg": Object {
Expand All @@ -46,7 +46,7 @@ Array [
"stdout": "npm_package_dev_optional\\n",
},
Object {
"cmd": "{TMP}/postinstall{HASH}",
"cmd": "node ../../env.js",
"code": 0,
"event": "postinstall",
"pkg": Object {
Expand All @@ -66,7 +66,7 @@ Array [
),
},
Object {
"cmd": "{TMP}/postinstall{HASH}",
"cmd": "node ../../env.js",
"code": 0,
"event": "postinstall",
"pkg": Object {
Expand Down

0 comments on commit 76e477c

Please sign in to comment.