fix: increase the stack frame size for tests
This commit is contained in:
parent
8d081ea7af
commit
ab8eb4f652
|
@ -1,3 +1,6 @@
|
||||||
|
// Tun on full stack traces in errors to help debugging
|
||||||
|
Error.stackTraceLimit=Infinity;
|
||||||
|
|
||||||
// Use "register" extension from systemjs.
|
// Use "register" extension from systemjs.
|
||||||
// That's what Traceur outputs: `System.register()`.
|
// That's what Traceur outputs: `System.register()`.
|
||||||
register(System);
|
register(System);
|
||||||
|
|
Loading…
Reference in New Issue