pdf-to-png-converter icon indicating copy to clipboard operation
pdf-to-png-converter copied to clipboard

TypeError: Cannot read properties of undefined (reading 'prototype')

Open fabianobonomini opened this issue 9 months ago • 5 comments

I one of my jest test. using typescript. I got this error

2 | import request from 'supertest'; 3 | import { configureToMatchImageSnapshot } from 'jest-image-snapshot'; 4 | import { PngPageOutput, pdfToPng } from 'pdf-to-png-converter'; | ^ 5 | import { app, disposeResources, mongoClient } from '../app';

any ideas?

fabianobonomini avatar Nov 06 '23 15:11 fabianobonomini