aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
diff options
context:
space:
mode:
authorclaudiahdz <cghr1990@gmail.com>2019-11-18 21:01:39 +0200
committerMyles Borins <mylesborins@google.com>2019-11-20 19:16:47 -0500
commita7c7c703aff362f06ef5d49451a0f79fd289910f (patch)
tree48f9d01b32d55d420f229c4889a5a61178419223 /deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
parenta30a9f8193ddd61dfadc2d5d79784b682027b319 (diff)
downloadandroid-node-v8-a7c7c703aff362f06ef5d49451a0f79fd289910f.tar.gz
android-node-v8-a7c7c703aff362f06ef5d49451a0f79fd289910f.tar.bz2
android-node-v8-a7c7c703aff362f06ef5d49451a0f79fd289910f.zip
deps: upgrade npm to 6.13.1
PR-URL: https://github.com/nodejs/node/pull/30533 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js')
-rw-r--r--deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js54
1 files changed, 0 insertions, 54 deletions
diff --git a/deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js b/deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
deleted file mode 100644
index e351a21c66..0000000000
--- a/deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
+++ /dev/null
@@ -1,54 +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/fund.js TAP fund containing multi-level nested deps with no funding > should omit dependencies with no funding declared 1`] = `
-nested-no-funding-packages@1.0.0
-+-- lorem@1.0.0
-| \`-- url: https://example.com/lorem
-\`-- bar@1.0.0
- +-- type: individual
- +-- url: http://example.com/donate
- \`-- sub-bar@1.0.0
- \`-- url: https://example.com/sponsor
-
-
-`
-
-exports[`test/tap/fund.js TAP fund does not support global > should throw EFUNDGLOBAL error 1`] = `
-
-`
-
-exports[`test/tap/fund.js TAP fund does not support global > should write error msgs to stderr 1`] = `
-npm ERR! code EFUNDGLOBAL
-npm ERR! \`npm fund\` does not support globals
-`
-
-exports[`test/tap/fund.js TAP fund does not support global, using --json option > should write error msgs to stderr 1`] = `
-npm ERR! code EFUNDGLOBAL
-npm ERR! \`npm fund\` does not support globals
-`
-
-exports[`test/tap/fund.js TAP fund in which same maintainer owns all its deps > should print stack packages together 1`] = `
-maintainer-owns-all-deps@1.0.0, dep-bar@1.0.0, dep-sub-foo@1.0.0, dep-foo@1.0.0
-+-- type: individual
-\`-- url: http://example.com/donate
-
-
-`
-
-exports[`test/tap/fund.js TAP fund using package argument with no browser > should open funding url 1`] = `
-individual funding available at the following URL:
-
-http://example.com/donate
-
-`
-
-exports[`test/tap/fund.js TAP fund with no package containing funding > should print empty funding info 1`] = `
-no-funding-package@0.0.0
-
-
-`