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:
authorGar <gar+gh@danger.computer>2021-03-01 06:00:58 +0300
committerGar <gar+gh@danger.computer>2021-03-09 22:10:06 +0300
commit85a8694dd9b4a924a474ba75261914511a216868 (patch)
tree1102b6d0df598a59bd85998a2f05f155ba6b1800 /tap-snapshots
parent7ff152d94d2dbeaacbfc9824d8b1bb6ff96bf0f2 (diff)
fix(npm.output): make output go through npm.output
All output that anything wants to make now goes through `npm.output()`. This is an incremental change getting us closer to where we want to be with testing. PR-URL: https://github.com/npm/cli/pull/2795 Credit: @wraithgar Close: #2795 Reviewed-by: @ruyadorno, @isaacs
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test-lib-profile.js-TAP.test.js18
1 files changed, 16 insertions, 2 deletions
diff --git a/tap-snapshots/test-lib-profile.js-TAP.test.js b/tap-snapshots/test-lib-profile.js-TAP.test.js
index bb838ad92..589755151 100644
--- a/tap-snapshots/test-lib-profile.js-TAP.test.js
+++ b/tap-snapshots/test-lib-profile.js-TAP.test.js
@@ -9,7 +9,11 @@ exports[`test/lib/profile.js TAP enable-2fa from token and set otp, retries on p
Scan into your authenticator app:
qrcode
Or enter code:
-12342FA successfully enabled. Below are your recovery codes, please print these out.You will need these to recover access to your account if you lose your authentication device. 123456 789101
+1234
+2FA successfully enabled. Below are your recovery codes, please print these out.
+You will need these to recover access to your account if you lose your authentication device.
+ 123456
+ 789101
`
exports[`test/lib/profile.js TAP profile get <key> --parseable > should output parseable result value 1`] = `
@@ -29,7 +33,17 @@ foo foo@github.com (verified) https://github.com/npm
`
exports[`test/lib/profile.js TAP profile get no args --parseable > should output all profile info as parseable result 1`] = `
-tfa auth-and-writesname fooemail foo@github.comemail_verified truecreated 2015-02-26T01:26:37.384Zupdated 2020-08-12T16:19:35.326Zfullname Foo Barhomepage https://github.comfreenode foobartwitter https://twitter.com/npmjsgithub https://github.com/npm
+tfa auth-and-writes
+name foo
+email foo@github.com
+email_verified true
+created 2015-02-26T01:26:37.384Z
+updated 2020-08-12T16:19:35.326Z
+fullname Foo Bar
+homepage https://github.com
+freenode foobar
+twitter https://twitter.com/npmjs
+github https://github.com/npm
`
exports[`test/lib/profile.js TAP profile get no args default output > should output table with contents 1`] = `