wheresrhys / fetch-mock

Mock http requests made using fetch
http://www.wheresrhys.co.uk/fetch-mock/
MIT License
1.25k stars 176 forks source link

fix: roll back to glob-to-regexp #800

Closed wheresrhys closed 1 month ago

wheresrhys commented 1 month ago

This is because globrex depends on process, which does not exist in the browser

fixes #793