tester
tester copied to clipboard
Can't show errors inline?
My test fails, I hit "Toggle Full Size Inline Errors" a few times, but I can't manage to get any inline errors to display.
Are they supported in the Jest test runner? Am I going about it wrong?
Love this project! Really looking forward to having a mature test runner in Atom.
Also... would it make sense to use block decorations for the inline errors? It seems like that could be made less distracting than the screenshot in the README. Just wondering if it would be something for the roadmap.
The Tester uses block decoration api: https://github.com/yacut/tester/blob/6cb136d4f799aca9506ead29d3af57635d69b0f5/lib/decorate-manager.js#L63-L75
Unfortunately I can't reproduce the issue. I can use "Toggle Full Size Inline Errors" command or click on the inline error. The only condition - the editor should be selected.
Well that's very strange. Here's my experience:

Could you suggest anything else I could try to track this down?