« get me outta code hell

test: update various link-related snapshot tests - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/tap-snapshots/test/snapshot/linkThing.js.test.cjs
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-01 00:23:51 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-01 15:34:03 -0400
commit7ac274eac2f9181b06724ca4f786656e501c3f01 (patch)
tree110c6fc8222bbc0454b61f921767ff7236304794 /tap-snapshots/test/snapshot/linkThing.js.test.cjs
parentc94d606dc80d5361ddce7bb0844056716b8af393 (diff)
test: update various link-related snapshot tests
Diffstat (limited to 'tap-snapshots/test/snapshot/linkThing.js.test.cjs')
-rw-r--r--tap-snapshots/test/snapshot/linkThing.js.test.cjs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tap-snapshots/test/snapshot/linkThing.js.test.cjs b/tap-snapshots/test/snapshot/linkThing.js.test.cjs
index 5a5b251..414bad1 100644
--- a/tap-snapshots/test/snapshot/linkThing.js.test.cjs
+++ b/tap-snapshots/test/snapshot/linkThing.js.test.cjs
@@ -6,13 +6,13 @@
  */
 'use strict'
 exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > basic behavior 1`] = `
-<a href="track/foo/" style="--primary-color: #abcdef; --dim-color: #818181">Cool track!</a>
+<a style="--primary-color: #abcdef" href="track/foo/">Cool track!</a>
 `
 
 exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > color 1`] = `
 <a href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a>
-<a href="track/showtime-piano-refrain/" style="--primary-color: #38f43d; --dim-color: #389f33">Showtime (Piano Refrain)</a>
-<a href="track/showtime-piano-refrain/" style="--primary-color: #aaccff; --dim-color: #828282">Showtime (Piano Refrain)</a>
+<a style="--primary-color: #38f43d" href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a>
+<a style="--primary-color: #aaccff" href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a>
 `
 
 exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > nested links in content stripped 1`] = `