From ba41071d9b6647b2e12a78de774a55aef5b87876 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 13 Jun 2023 12:54:20 -0300 Subject: test: generateContributionLinks -> linkContribution --- .../test/snapshot/linkContribution.js.test.cjs | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 tap-snapshots/test/snapshot/linkContribution.js.test.cjs (limited to 'tap-snapshots/test/snapshot/linkContribution.js.test.cjs') diff --git a/tap-snapshots/test/snapshot/linkContribution.js.test.cjs b/tap-snapshots/test/snapshot/linkContribution.js.test.cjs new file mode 100644 index 00000000..cecad538 --- /dev/null +++ b/tap-snapshots/test/snapshot/linkContribution.js.test.cjs @@ -0,0 +1,60 @@ +/* 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/snapshot/linkContribution.js TAP linkContribution (snapshot) > no accents 1`] = ` +Clark Powell +Grounder & Scratch +Toby Fox +` + +exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > only showContribution 1`] = ` +Clark Powell +Grounder & Scratch (Snooping) +Toby Fox (Arrangement) +` + +exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > only showIcons 1`] = ` +Clark Powell ( + + SoundCloud + + + ) +Grounder & Scratch +Toby Fox ( + + Bandcamp + + + , + + External (toby.fox) + + + ) +` + +exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > showContribution & showIcons 1`] = ` +Clark Powell ( + + SoundCloud + + + ) +Grounder & Scratch (Snooping) +Toby Fox (Arrangement) ( + + Bandcamp + + + , + + External (toby.fox) + + + ) +` -- cgit 1.3.0-6-gf8a5