Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornlf <quitlahok@gmail.com>2020-12-18 20:15:15 +0300
committerisaacs <i@izs.me>2020-12-18 23:05:54 +0300
commit7539504e3abdec28039a7798e5ccb745b536cb6e (patch)
treed402304e8eaebc5521194cf927c07912178661fe /tap-snapshots
parent0ad958fe1cb811699caca235f361c8328baac8c4 (diff)
remove the metrics sendernlf/remove-metrics
PR-URL: https://github.com/npm/cli/pull/2382 Credit: @nlf Close: #2382 Reviewed-by: @isaacs
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test-lib-utils-config.js-TAP.test.js21
-rw-r--r--tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js2
2 files changed, 0 insertions, 23 deletions
diff --git a/tap-snapshots/test-lib-utils-config.js-TAP.test.js b/tap-snapshots/test-lib-utils-config.js-TAP.test.js
index 3bdf905d8..d14c9e950 100644
--- a/tap-snapshots/test-lib-utils-config.js-TAP.test.js
+++ b/tap-snapshots/test-lib-utils-config.js-TAP.test.js
@@ -82,7 +82,6 @@ Object {
"long": false,
"maxsockets": 50,
"message": "%s",
- "metrics-registry": null,
"node-options": null,
"node-version": "v14.8.0",
"noproxy": null,
@@ -120,7 +119,6 @@ Object {
"searchlimit": 20,
"searchopts": "",
"searchstaleness": 900,
- "send-metrics": false,
"shell": "cmd.exe",
"shrinkwrap": true,
"sign-git-commit": false,
@@ -423,10 +421,6 @@ Object {
"long": "{Boolean TYPE}",
"maxsockets": "{Number TYPE}",
"message": "{String TYPE}",
- "metrics-registry": Array [
- null,
- "{String TYPE}",
- ],
"node-options": Array [
null,
"{String TYPE}",
@@ -509,7 +503,6 @@ Object {
"searchlimit": "{Number TYPE}",
"searchopts": "{String TYPE}",
"searchstaleness": "{Number TYPE}",
- "send-metrics": "{Boolean TYPE}",
"shell": "{String TYPE}",
"shrinkwrap": "{Boolean TYPE}",
"sign-git-commit": "{Boolean TYPE}",
@@ -616,7 +609,6 @@ Object {
"long": false,
"maxsockets": 50,
"message": "%s",
- "metrics-registry": null,
"node-options": null,
"node-version": "v14.8.0",
"noproxy": null,
@@ -654,7 +646,6 @@ Object {
"searchlimit": 20,
"searchopts": "",
"searchstaleness": 900,
- "send-metrics": false,
"shell": "cmd.exe",
"shrinkwrap": true,
"sign-git-commit": false,
@@ -957,10 +948,6 @@ Object {
"long": "{Boolean TYPE}",
"maxsockets": "{Number TYPE}",
"message": "{String TYPE}",
- "metrics-registry": Array [
- null,
- "{String TYPE}",
- ],
"node-options": Array [
null,
"{String TYPE}",
@@ -1043,7 +1030,6 @@ Object {
"searchlimit": "{Number TYPE}",
"searchopts": "{String TYPE}",
"searchstaleness": "{Number TYPE}",
- "send-metrics": "{Boolean TYPE}",
"shell": "{String TYPE}",
"shrinkwrap": "{Boolean TYPE}",
"sign-git-commit": "{Boolean TYPE}",
@@ -1150,7 +1136,6 @@ Object {
"long": false,
"maxsockets": 50,
"message": "%s",
- "metrics-registry": null,
"node-options": null,
"node-version": "v14.8.0",
"noproxy": null,
@@ -1188,7 +1173,6 @@ Object {
"searchlimit": 20,
"searchopts": "",
"searchstaleness": 900,
- "send-metrics": false,
"shell": "/usr/local/bin/bash",
"shrinkwrap": true,
"sign-git-commit": false,
@@ -1493,10 +1477,6 @@ Object {
"long": "{Boolean TYPE}",
"maxsockets": "{Number TYPE}",
"message": "{String TYPE}",
- "metrics-registry": Array [
- null,
- "{String TYPE}",
- ],
"node-options": Array [
null,
"{String TYPE}",
@@ -1579,7 +1559,6 @@ Object {
"searchlimit": "{Number TYPE}",
"searchopts": "{String TYPE}",
"searchstaleness": "{Number TYPE}",
- "send-metrics": "{Boolean TYPE}",
"shell": "{String TYPE}",
"shrinkwrap": "{Boolean TYPE}",
"sign-git-commit": "{Boolean TYPE}",
diff --git a/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js b/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
index ae85195d7..36f767124 100644
--- a/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
+++ b/tap-snapshots/test-lib-utils-flat-options.js-TAP.test.js
@@ -54,7 +54,6 @@ Object {
"log": Object {},
"long": undefined,
"message": "message",
- "metricsRegistry": "metrics-registry",
"nodeBin": "/path/to/some/node",
"nodeVersion": "1.2.3",
"noProxy": "noproxy",
@@ -100,7 +99,6 @@ Object {
},
"staleness": "searchstaleness",
},
- "sendMetrics": "send-metrics",
"shell": undefined,
"signGitCommit": "sign-git-commit",
"signGitTag": "sign-git-tag",