diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lib/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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'; |