1/* IMPORTANT
2 * This snapshot file is auto-generated, but designed for humans.
3 * It should be checked into source control and tracked carefully.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
5 * Make sure to inspect the output below.  Do not ignore changes!
6 */
7'use strict'
8exports[`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`] = `
9npm home:
10https://www.npmjs.com
11Browser unavailable.  Please open the URL manually:
12  https://www.npmjs.com
13
14`
15
16exports[`test/lib/utils/open-url-prompt.js TAP opens a url > must match snapshot 1`] = `
17npm home:
18https://www.npmjs.com
19`
20
21exports[`test/lib/utils/open-url-prompt.js TAP prints json output > must match snapshot 1`] = `
22{"title":"npm home","url":"https://www.npmjs.com"}
23`
24