summaryrefslogtreecommitdiff
path: root/deps/npm/tap-snapshots/test-tap-repo.js-TAP.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/tap-snapshots/test-tap-repo.js-TAP.test.js')
-rw-r--r--deps/npm/tap-snapshots/test-tap-repo.js-TAP.test.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/deps/npm/tap-snapshots/test-tap-repo.js-TAP.test.js b/deps/npm/tap-snapshots/test-tap-repo.js-TAP.test.js
deleted file mode 100644
index 3fba79edb8..0000000000
--- a/deps/npm/tap-snapshots/test-tap-repo.js-TAP.test.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/* IMPORTANT
- * This snapshot file is auto-generated, but designed for humans.
- * It should be checked into source control and tracked carefully.
- * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
- * Make sure to inspect the output below. Do not ignore changes!
- */
-'use strict'
-exports[`test/tap/repo.js TAP npm repo underscore --json > should print json result 1`] = `
-{
- "title": "repository available at the following URL",
- "url": "https://github.com/jashkenas/underscore"
-}
-
-`
-
-exports[`test/tap/repo.js TAP npm repo underscore --no-browser > should print alternative msg 1`] = `
-repository available at the following URL:
-
-https://github.com/jashkenas/underscore
-
-`