diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-20 10:29:48 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-20 10:29:48 +0900 |
| commit | 6c36c2419fc3996bf25322091596b0a3c2f155f6 (patch) | |
| tree | ff75fb0013d821efe130cc3b69722717bff05d09 | |
| parent | アクセスログを書き込むファイルを指定できるように (diff) | |
| download | misskey-6c36c2419fc3996bf25322091596b0a3c2f155f6.tar.gz misskey-6c36c2419fc3996bf25322091596b0a3c2f155f6.tar.bz2 misskey-6c36c2419fc3996bf25322091596b0a3c2f155f6.zip | |
Error.stackTraceLimit = Infinity;
| -rw-r--r-- | test/api.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/api.js b/test/api.js index 052f929437..e34edd5af7 100644 --- a/test/api.js +++ b/test/api.js @@ -2,6 +2,8 @@ * API TESTS */ +Error.stackTraceLimit = Infinity; + // During the test the env variable is set to test process.env.NODE_ENV = 'test'; |