« get me outta code hell

reorganize test directory layout - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/snapshots/linkArtist.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-27 09:59:43 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-03-27 09:59:43 -0300
commitcb13d591c6965dc52d89ec4d1e10558e6b22456b (patch)
treec2e13e0ae7ffc83327a176f40ea4101c9a5fb200 /test/snapshots/linkArtist.js
parent789a26aacfd1e9f97a9395f0000b42df35a75bd7 (diff)
reorganize test directory layout
Avoids unsavory "no tests found in _support.js" message
and makes structure match src directory layout more closely
Diffstat (limited to 'test/snapshots/linkArtist.js')
-rw-r--r--test/snapshots/linkArtist.js26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/snapshots/linkArtist.js b/test/snapshots/linkArtist.js
deleted file mode 100644
index 43fee88e..00000000
--- a/test/snapshots/linkArtist.js
+++ /dev/null
@@ -1,26 +0,0 @@
-import t from 'tap';
-
-import {testContentFunctions} from './_support.js';
-
-testContentFunctions(t, 'linkArtist', (t, evaluate) => {
-  evaluate.snapshot({
-    name: 'linkArtist',
-    args: [
-      {
-        name: `Toby Fox`,
-        directory: `toby-fox`,
-      }
-    ],
-  });
-
-  evaluate.snapshot({
-    name: 'linkArtist',
-    args: [
-      {
-        name: 'ICCTTCMDMIROTMCWMWFTPFTDDOTARHPOESWGBTWEATFCWSEBTSSFOFG',
-        nameShort: '55gore',
-        directory: '55gore',
-      },
-    ],
-  }, v => v.slot('preferShortName', true));
-});