Skip to content

Commit

Permalink
chore: add test for max listener warnings
Browse files Browse the repository at this point in the history
Ref #6763
  • Loading branch information
lukekarrys committed Sep 11, 2023
1 parent c8c2cc7 commit bef82f5
Show file tree
Hide file tree
Showing 8 changed files with 16,439 additions and 11 deletions.
2 changes: 2 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ graph LR;
npmcli-smoke-tests-->npmcli-mock-registry["@npmcli/mock-registry"];
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
npmcli-smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
npmcli-smoke-tests-->semver;
npmlog-->are-we-there-yet;
npmlog-->gauge;
pacote-->cacache;
Expand Down Expand Up @@ -721,6 +722,7 @@ graph LR;
npmcli-smoke-tests-->npmcli-promise-spawn["@npmcli/promise-spawn"];
npmcli-smoke-tests-->npmcli-template-oss["@npmcli/template-oss"];
npmcli-smoke-tests-->proxy;
npmcli-smoke-tests-->semver;
npmcli-smoke-tests-->tap;
npmcli-smoke-tests-->which;
npmlog-->are-we-there-yet;
Expand Down
1 change: 1 addition & 0 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17377,6 +17377,7 @@
"@npmcli/template-oss": "4.18.0",
"http-proxy": "^1.18.1",
"proxy": "^2.1.1",
"semver": "^7.5.4",
"tap": "^16.3.8",
"which": "^4.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@npmcli/template-oss": "4.18.0",
"http-proxy": "^1.18.1",
"proxy": "^2.1.1",
"semver": "^7.5.4",
"tap": "^16.3.8",
"which": "^4.0.0"
},
Expand Down
Loading

0 comments on commit bef82f5

Please sign in to comment.