grzegorzCieslik95

Results 3 issues of grzegorzCieslik95

Hi, Do you have any idea to mock connection to Database. I have test file ```ts const mockGetRepository = { findOne: jest.fn(), }; import User from 'models/User'; jest.mock('components/DatabaseConnection', () =>...

I have a problem with generating pdf with png/jpeg/jpg image. here is simple code -> https://stackblitz.com/edit/js-7qzbix?file=index.html,index.js Just press export pdf. I tried to add useCORS and other options but nothing...

I have a problem with generating pdf with base64 images. On Chrome everything works very well. The problem is on the safari browser. I have printed HTML before rendering and...