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 opens a url > must match snapshot 1`] = ` 9npm home: 10https://www.npmjs.com 11` 12 13exports[`test/lib/utils/open-url-prompt.js TAP prints json output > must match snapshot 1`] = ` 14{"title":"npm home","url":"https://www.npmjs.com"} 15` 16