Skip to content

Commit

Permalink
fix: increase the stack frame size for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jun 5, 2015
1 parent 8d081ea commit ab8eb4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-main.js
Original file line number Diff line number Diff line change
@@ -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()`.

This comment has been minimized.

Copy link
@sandeepkaturi

sandeepkaturi Jun 8, 2015

how i can use this test for fruture use

register(System);
Expand Down

0 comments on commit ab8eb4f

Please sign in to comment.