Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Sep 9, 2020
1 parent df2b2b3 commit 6a98ab1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/npm/__fixtures__/yarn2.2/package.json
@@ -1,5 +1,5 @@
{
"name": "yarn2",
"name": "yarn2.2",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 2 additions & 0 deletions lib/manager/npm/post-update/__snapshots__/yarn.spec.ts.snap
Expand Up @@ -443,6 +443,7 @@ Array [
"cwd": "some-dir",
"encoding": "utf-8",
"env": Object {
"CI": "true",
"HOME": "/home/user",
"HTTPS_PROXY": "https://example.com",
"HTTP_PROXY": "http://example.com",
Expand All @@ -462,6 +463,7 @@ Array [
"cwd": "some-dir",
"encoding": "utf-8",
"env": Object {
"CI": "true",
"HOME": "/home/user",
"HTTPS_PROXY": "https://example.com",
"HTTP_PROXY": "http://example.com",
Expand Down

0 comments on commit 6a98ab1

Please sign in to comment.