From 6c36c2419fc3996bf25322091596b0a3c2f155f6 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
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 052f929437..e34edd5af7 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';