helmetjs / helmet

Help secure Express apps with various HTTP headers
https://helmetjs.github.io/
MIT License
10.18k stars 367 forks source link

Jest: Cannot find module 'helmet' or its corresponding type declarations #435

Closed thorstenfleischmann closed 1 year ago

thorstenfleischmann commented 1 year ago

I try to run a ts-jest tests with supertest. The test fails with "Cannot find module 'helmet' or its corresponding type declarations".

helmet ^4.0.0 does not throw this error. Any idea what to look for?

Thanks so much.

EvanHahn commented 1 year ago

What version of Helmet are you using?

Could you share some sample code that reproduces the problem?

thorstenfleischmann commented 1 year ago

I don't know exactly what happened. But I was able to fix the problem by separating tests with jsdom environment from tests with node environment (using jest projects). Somehow jsdom caused this problem.

Sorry for bothering ;-)

EvanHahn commented 1 year ago

Glad you found a solution! Feel free to open a new issue if you run into any other problems.