nvh95 / jest-preview

Debug your Jest tests. Effortlessly.🛠🖼
https://www.jest-preview.com
MIT License
2.34k stars 76 forks source link

No console.log or debugger #266

Open micke232 opened 2 years ago

micke232 commented 2 years ago

Is there a reason why console.log or debugger does not work in preview mode?

Would be very helpful if this is possible.

Rohitbels commented 2 years ago

@nvh95 Can this be done by writing a decorator around the console.log. The wrapper can catch the logs that can be logged in browser console

micke232 commented 1 year ago

Any news on this one? :)