Skip to content

Commit

Permalink
tests: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke committed Aug 1, 2024
1 parent e220d4f commit 48bc084
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/unit/src/__snapshots__/utils.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`utils .prepareNpmEnv should be able to set strictSSL to false 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -43,6 +44,7 @@ exports[`utils .prepareNpmEnv should be able to set strictSSL to true 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -64,6 +66,7 @@ exports[`utils .prepareNpmEnv should call npm install 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
[
"mypackage@1.2.3",
Expand All @@ -76,6 +79,7 @@ exports[`utils .prepareNpmEnv should set right registry for npm 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -96,6 +100,7 @@ exports[`utils .prepareNpmEnv should use default registry 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -117,6 +122,7 @@ exports[`utils .prepareNpmEnv should use env var for registry 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -138,6 +144,7 @@ exports[`utils .prepareNpmEnv should use rebuild node_modules 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
"--prefix",
"/fake/runner",
Expand All @@ -149,6 +156,7 @@ exports[`utils .prepareNpmEnv should use rebuild node_modules when not package i
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
"--prefix",
"/fake/runner",
Expand All @@ -160,6 +168,7 @@ exports[`utils .prepareNpmEnv should use true as the default value for strictSSL
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -181,6 +190,7 @@ exports[`utils .prepareNpmEnv should use true as the default value for strictSSL
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand All @@ -202,6 +212,7 @@ exports[`utils .prepareNpmEnv should use user registry 1`] = `
{
"nodePath": "node-bin",
"npmPath": "npm-bin",
"useGlobals": false,
},
{
"audit": false,
Expand Down

0 comments on commit 48bc084

Please sign in to comment.