« get me outta code hell

data: make composites work - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/test/lib
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-21 11:04:33 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-21 11:04:33 -0300
commit572b5465f9ce1e992e0384aa92461ec11dbaabff (patch)
tree78f9dd4a5c85a414216ddcf8f6bcd59de69be2bd /test/lib
parent66544e6730bd79c9cb1c50d89421f9a08329e27d (diff)
data: make composites work
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/index.js b/test/lib/index.js
index 6eaaa65..5fb5bf7 100644
--- a/test/lib/index.js
+++ b/test/lib/index.js
@@ -1,3 +1,5 @@
+Error.stackTraceLimit = Infinity;
+
 export * from './content-function.js';
 export * from './generic-mock.js';
 export * from './wiki-data.js';