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/linkTemplate.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/linkTemplate.js.test.cjs')
-rw-r--r-- | tap-snapshots/test/snapshots/linkTemplate.js.test.cjs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tap-snapshots/test/snapshots/linkTemplate.js.test.cjs b/tap-snapshots/test/snapshots/linkTemplate.js.test.cjs deleted file mode 100644 index e3c3356b..00000000 --- a/tap-snapshots/test/snapshots/linkTemplate.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/linkTemplate.js TAP linkTemplate > output 1`] = ` -<a class="dog" id="cat1" href="https://hsmusic.wiki/media/cool%20file.pdf#fooey" style="--primary-color: #123456ff; --dim-color: #12345677">My Cool Link</a> -` - -exports[`test/snapshots/linkTemplate.js TAP linkTemplate > output 2`] = ` -<a href="/c*lzone/myCoolPath/ham/pineapple/tomato/index.html"></a> -` |