Jon Seidel

Results 64 comments of Jon Seidel

Thanks much… I’ll give that a whirl when I’m back in the office! Have a great day! Jon Seidel, CMC® > On Aug 26, 2022, at 7:47 AM, Tim Perry...

Thanks @pimterry. Tried what you suggested: (1) adding console/logger calls after enableAll() outside the test - no luck (e.g., console.log => display; logger.log => no display. (2) moving enableAll() and...

Well... that's interesting, and looks to be a work-around. I tried all the console.xxx options and found that Jest does display `console.warn` and `console.error` messages and doesn't fail the test...

And the unexpected nicety is that these show up in-line with other output from the test, as opposed to being separated out at the very start of the test.

Good idea; thanks for all your help on this!

And I have an even simpler case where linting fails: ``` log out ``` Errors: ``` 84:9 error A form label must be associated with a control jsx-a11y/label-has-associated-control 85:9 error...

Thanks… seems to be working now. There may have been an issue with MalwareBytes Premium — it now has “real time” protection (RTProtectionDaemon) which makes Chrome horribly unresponsive. Best…Jon Stay...

Hi... I've run into the same problem and it's breaking my normal workflow of entering pry and calling various routines with binding.prys to see how things are working. Any chance...