Error.stackTraceLimit = Infinity;
This commit is contained in:
parent
bd04f16edd
commit
6c36c2419f
|
@ -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';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue