The package that has the issues is pupa
I am importing it as
import pupa from 'pupa'
I am running the tests using jest and I have changed my jest.config file
transformIgnorePatterns: [
`node_modules/(?!(@pupa)/)`,
],
On my test file as well I am importing this on the top of my file
/**
* @jest-environment jsdom
*/