mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-19 09:57:30 -06:00
Error.stackTraceLimit = Infinity;
This commit is contained in:
parent
bd04f16edd
commit
6c36c2419f
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue