Thanks, applied.
On Wed, May 30, 2018 at 3:50 AM, Ashesh Vashi wrote:
> Hi Team,
>
> Debugging the failed jasmine test-cases is very difficult with the current
> implementation.
> The stack-traces does not give the correct information as It does not
> have source-map support for the original cod
Hello Ashesh
The change looks great. This will help the community a lot when we are
TDDing new features.
Please do not forget NOT to commit the second patch.
Thanks
Victoria && Joao
On Wed, May 30, 2018 at 3:51 AM Ashesh Vashi
wrote:
> Hi Team,
>
> Debugging the failed jasmine test-cases is v
Hi Team,
Debugging the failed jasmine test-cases is very difficult with the current
implementation.
The stack-traces does not give the correct information as It does not have
source-map support for the original code.
And, that makes it very difficult to debug the issue during development.
Please