web-push-libs / web-push

Web Push library for Node.js
Other
3.21k stars 306 forks source link

Changed from commonJS module to ESM. #877

Open senbar opened 6 months ago

senbar commented 6 months ago

Related #772

Changed commonJS modules to ESM. Someone please double run this since I had to run this is docker container (selenium assistant doesn't support windows and that's the only thing I have available rn) and only headless tests run.

The problem is clearing imported modules in beforeEach test I mentioned in #772 , how should I solve this?