UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

11 lines (9 loc) 273 B
Rx.config.longStackSupport = false; var hasStacks = false; try { throw new Error(); } catch (e) { hasStacks = !!e.stack; } // All code after this point will be filtered from stack traces reported by RxJS var rStartingLine = captureLine(), rFileName;