From cb13d591c6965dc52d89ec4d1e10558e6b22456b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 27 Mar 2023 09:59:43 -0300 Subject: reorganize test directory layout Avoids unsavory "no tests found in _support.js" message and makes structure match src directory layout more closely --- tap-snapshots/test/snapshot/linkArtist.js.test.cjs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tap-snapshots/test/snapshot/linkArtist.js.test.cjs (limited to 'tap-snapshots/test/snapshot/linkArtist.js.test.cjs') diff --git a/tap-snapshots/test/snapshot/linkArtist.js.test.cjs b/tap-snapshots/test/snapshot/linkArtist.js.test.cjs new file mode 100644 index 00000000..647742e0 --- /dev/null +++ b/tap-snapshots/test/snapshot/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/snapshot/linkArtist.js TAP linkArtist > output 1`] = ` +Toby Fox +` + +exports[`test/snapshot/linkArtist.js TAP linkArtist > output 2`] = ` +55gore +` -- cgit 1.3.0-6-gf8a5