• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/tap/repo.js TAP npm repo underscore --json > should print json result 1`] = `
9{
10  "title": "repository available at the following URL",
11  "url": "https://github.com/jashkenas/underscore"
12}
13
14`
15
16exports[`test/tap/repo.js TAP npm repo underscore --no-browser > should print alternative msg 1`] = `
17repository available at the following URL:
18
19https://github.com/jashkenas/underscore
20
21`
22