From f562896d4d67558a32726f7086beebf29019a44d Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 25 Aug 2023 14:06:00 -0300 Subject: yaml, test: mutate/decache wikiData in more reusable ways --- test/lib/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lib/index.js') diff --git a/test/lib/index.js b/test/lib/index.js index b9cc82f8..6eaaa656 100644 --- a/test/lib/index.js +++ b/test/lib/index.js @@ -1,3 +1,4 @@ export * from './content-function.js'; export * from './generic-mock.js'; +export * from './wiki-data.js'; export * from './strict-match-error.js'; -- cgit 1.3.0-6-gf8a5 From 572b5465f9ce1e992e0384aa92461ec11dbaabff Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 21 Sep 2023 11:04:33 -0300 Subject: data: make composites work --- test/lib/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/lib/index.js') diff --git a/test/lib/index.js b/test/lib/index.js index 6eaaa656..5fb5bf78 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'; -- cgit 1.3.0-6-gf8a5