Error.stackTraceLimit = Infinity;

This commit is contained in:
syuilo 2017-01-20 10:29:48 +09:00
parent bd04f16edd
commit 6c36c2419f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
* API TESTS * API TESTS
*/ */
Error.stackTraceLimit = Infinity;
// During the test the env variable is set to test // During the test the env variable is set to test
process.env.NODE_ENV = 'test'; process.env.NODE_ENV = 'test';