« get me outta code hell

test: move lib functions into one (short!) file - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/lib/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-03-31 19:53:51 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-31 19:53:51 -0300
commit90b0f3ebb163e05aa47aec66bf16ddaa03739546 (patch)
tree7f271020b791d7ef432d97bbddfba4a736d85291 /test/lib/index.js
parent727e1f0b4f6361a38a12489675b8f8c892040d65 (diff)
test: move lib functions into one (short!) file
Diffstat (limited to 'test/lib/index.js')
-rw-r--r--test/lib/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lib/index.js b/test/lib/index.js
deleted file mode 100644
index 657bfe78..00000000
--- a/test/lib/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-Error.stackTraceLimit = Infinity;
-
-export * from './composite.js';
-export * from './strict-match-error.js';