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 --- .../snapshot/generateContributionLinks.js.test.cjs | 52 ------------------- .../test/snapshot/linkContribution.js.test.cjs | 60 ++++++++++++++++++++++ 2 files changed, 60 insertions(+), 52 deletions(-) delete mode 100644 tap-snapshots/test/snapshot/generateContributionLinks.js.test.cjs create mode 100644 tap-snapshots/test/snapshot/linkContribution.js.test.cjs (limited to 'tap-snapshots') diff --git a/tap-snapshots/test/snapshot/generateContributionLinks.js.test.cjs b/tap-snapshots/test/snapshot/generateContributionLinks.js.test.cjs deleted file mode 100644 index 0abd2d38..00000000 --- a/tap-snapshots/test/snapshot/generateContributionLinks.js.test.cjs +++ /dev/null @@ -1,52 +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/snapshot/generateContributionLinks.js TAP generateContributionLinks (snapshot) > no accents 1`] = ` -Clark Powell, Grounder & Scratch, and Toby Fox -` - -exports[`test/snapshot/generateContributionLinks.js TAP generateContributionLinks (snapshot) > only showContribution 1`] = ` -Clark Powell, Grounder & Scratch (Snooping), and Toby Fox (Arrangement) -` - -exports[`test/snapshot/generateContributionLinks.js TAP generateContributionLinks (snapshot) > only showIcons 1`] = ` -Clark Powell ( - - SoundCloud - - - ), Grounder & Scratch, and Toby Fox ( - - Bandcamp - - - , - - External (toby.fox) - - - ) -` - -exports[`test/snapshot/generateContributionLinks.js TAP generateContributionLinks (snapshot) > showContribution & showIcons 1`] = ` -Clark Powell ( - - SoundCloud - - - ), Grounder & Scratch (Snooping), and Toby Fox (Arrangement) ( - - Bandcamp - - - , - - External (toby.fox) - - - ) -` 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