mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Error.stackTraceLimit = Infinity;
This commit is contained in:
parent
28e558808c
commit
1b39c449b4
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
* API TESTS
|
||||
*/
|
||||
|
||||
Error.stackTraceLimit = Infinity;
|
||||
|
||||
// During the test the env variable is set to test
|
||||
process.env.NODE_ENV = 'test';
|
||||
|
||||
|
|
Loading…
Reference in a new issue