Error.stackTraceLimit = Infinity;

This commit is contained in:
syuilo 2017-01-20 10:29:48 +09:00
parent bd04f16edd
commit 6c36c2419f

View file

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