Donald
Results
3
comments of
Donald
For me, I had to add the following to `jest.setup.js` ``` import { TextDecoder, TextEncoder } from 'util'; global.TextEncoder = TextEncoder; global.TextDecoder = TextDecoder; ``` and import the lib like...
I am having the same issue on Nextjs 13
I am having the same issue where the imports of the custom java files are not renamed