tester icon indicating copy to clipboard operation
tester copied to clipboard

Can't show errors inline?

Open bronson opened this issue 8 years ago • 3 comments

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.

bronson avatar Sep 03 '17 01:09 bronson

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.

bronson avatar Sep 03 '17 01:09 bronson

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.

yacut avatar Sep 03 '17 08:09 yacut

Well that's very strange. Here's my experience:

cap

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

bronson avatar Sep 03 '17 18:09 bronson