summaryrefslogtreecommitdiff
path: root/deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
diff options
context:
space:
mode:
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.js61
1 files changed, 61 insertions, 0 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
new file mode 100644
index 0000000000..eb3183a27d
--- /dev/null
+++ b/deps/npm/tap-snapshots/test-tap-fund.js-TAP.test.js
@@ -0,0 +1,61 @@
+/* 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 using string shorthand > should open string-only url 1`] = `
+Funding available at the following URL:
+
+https://example.com/sponsor
+
+`
+
+exports[`test/tap/fund.js TAP fund with no package containing funding > should print empty funding info 1`] = `
+no-funding-package@0.0.0
+
+
+`