Skip to content

Commit ab8eb4f

Browse files
committed
fix: increase the stack frame size for tests
1 parent 8d081ea commit ab8eb4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-main.js

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

0 commit comments

Comments
 (0)