diff options
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 |
commit | cb13d591c6965dc52d89ec4d1e10558e6b22456b (patch) | |
tree | c2e13e0ae7ffc83327a176f40ea4101c9a5fb200 /tap-snapshots/test/snapshots/linkArtist.js.test.cjs | |
parent | 789a26aacfd1e9f97a9395f0000b42df35a75bd7 (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 'tap-snapshots/test/snapshots/linkArtist.js.test.cjs')
-rw-r--r-- | tap-snapshots/test/snapshots/linkArtist.js.test.cjs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tap-snapshots/test/snapshots/linkArtist.js.test.cjs b/tap-snapshots/test/snapshots/linkArtist.js.test.cjs deleted file mode 100644 index 7ca52796..00000000 --- a/tap-snapshots/test/snapshots/linkArtist.js.test.cjs +++ /dev/null @@ -1,14 +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/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> -` |