web
web copied to clipboard
Capture console longs in workers
It's difficult to console.log debug tests that use workers because WTR doesn't patch the console in workers to forward tot he command line.
I know that it'd be difficult to automatically patch worker entrypoints, but I'd be willing to mark them in configs or add an import to enable patching.