From 6c36c2419fc3996bf25322091596b0a3c2f155f6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 20 Jan 2017 10:29:48 +0900 Subject: [PATCH] Error.stackTraceLimit = Infinity; --- test/api.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/api.js b/test/api.js index 052f92943..e34edd5af 100644 --- a/test/api.js +++ b/test/api.js @@ -2,6 +2,8 @@ * API TESTS */ +Error.stackTraceLimit = Infinity; + // During the test the env variable is set to test process.env.NODE_ENV = 'test';