You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Outputting a diff on errors is non-trivial and should be handled externally, the current implementation breaks in some cases. Mocha handles this.
mocha output:
current impl. output:
Better integration with existing environments. E.g. WebStorm shows a nice tree view of test runs and allows failed tests to be viewed in an external diff viewer.
Currently running a single test requires using the CLI --test param, which isn't intuitive.
I'm willing to implement the change.
The text was updated successfully, but these errors were encountered:
@NaridaL i'm not convinced we need to bring in mocha to solve this problem (vs simply a better diff solution). we use babel-code-frame for the diffing but maybe we can use it better?
A couple of reasons:
mocha output:
current impl. output:
Better integration with existing environments. E.g. WebStorm shows a nice tree view of test runs and allows failed tests to be viewed in an external diff viewer.
Currently running a single test requires using the CLI --test param, which isn't intuitive.
I'm willing to implement the change.
The text was updated successfully, but these errors were encountered: