Nando Sangenetto
Nando Sangenetto
This feature would be awesome. Is there a way in doing that? I'm willing to help.
More context, this is the hook I'm testing: ```ts const transactionTransformer = (input: InputType) => { // expensive stuff happening here return transactionList; }; const useRecentTransactions = (params?: UseRecentTransactionsParams): UseRecentTransactionsType...
It seems related to https://github.com/developit/jsdom-worker/issues/16
By the way, I tried to mock `window.URL.revokeObjectURL = jest.fn();`. The error message changes, now I'm getting: ``` TypeError: Cannot read properties of undefined (reading 'match') at k (/Users/fsangenetto/Sites/explorer/node_modules/jsdom-worker/src/index.js:40:21) at...
Did you solve that issue? I have a similar problem after I updated the package.
On my 467 line I have `$a = $this->process_author( $author[1] );`.
It only worked when I changed the ``'s content to be in the same line, like: ```xml 237John [email protected] ```
PNG images are broken as well. And Safari doesn't load images too.