diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-25 15:00:01 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-25 15:05:30 -0300 |
commit | d1e586bd401a6d83ecabafb3b833a5ae65b6e05f (patch) | |
tree | 81a97f0f678f9618ed0a66d1e5ef9d35dbf79a2a /tap-snapshots | |
parent | fc5d4d057b1e18e3e5c91bce1ddb545bc9d91db9 (diff) |
data steps: more "quick" functions & basic snapshot test demo
Diffstat (limited to 'tap-snapshots')
-rw-r--r-- | tap-snapshots/test/snapshots/linkArtist.js.test.cjs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tap-snapshots/test/snapshots/linkArtist.js.test.cjs b/tap-snapshots/test/snapshots/linkArtist.js.test.cjs new file mode 100644 index 00000000..7ca52796 --- /dev/null +++ b/tap-snapshots/test/snapshots/linkArtist.js.test.cjs @@ -0,0 +1,14 @@ +/* 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/snapshots/linkArtist.js TAP linkArtist > output 1`] = ` +<a href="artist/toby-fox/">Toby Fox</a> +` + +exports[`test/snapshots/linkArtist.js TAP linkArtist > output 2`] = ` +<a href="artist/55gore/">55gore</a> +` |