You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tap-snapshots/test/lib/utils/open-url-prompt.js.test.cjs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@
5
5
* Make sure to inspect the output below. Do not ignore changes!
6
6
*/
7
7
'use strict'
8
+
exports[`test/lib/utils/open-url-prompt.js TAP does not error when opener can not find command > Outputs extra Browser unavailable message and url 1`]=`
9
+
npm home:
10
+
https://www.npmjs.com
11
+
Browser unavailable. Please open the URL manually:
12
+
https://www.npmjs.com
13
+
14
+
`
15
+
8
16
exports[`test/lib/utils/open-url-prompt.js TAP opens a url > must match snapshot 1`]=`
0 commit comments