fix: increase the stack frame size for tests

This commit is contained in:
Misko Hevery 2015-05-23 09:51:40 -07:00
parent 8d081ea7af
commit ab8eb4f652
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Tun on full stack traces in errors to help debugging
Error.stackTraceLimit=Infinity;
// Use "register" extension from systemjs.
// That's what Traceur outputs: `System.register()`.
register(System);