Closed JohanObrink closed 1 year ago
When using vitest with react-navigation, the tests failed due to pirates trying to parse included .png:s. This PR adds a hook which replaces the raw data of the included files with Buffer.from([base64 of file])
react-navigation
Buffer.from([base64 of file])
Closes #6
@sheremet-va Is there anything more you want me to do to be able to accept the PR?
When using vitest with
react-navigation
, the tests failed due to pirates trying to parse included .png:s. This PR adds a hook which replaces the raw data of the included files withBuffer.from([base64 of file])