browserify / webworkify

launch a web worker that can require() in the browser with browserify
Other
417 stars 39 forks source link

Cross Browser testing and minimal mock #20

Closed sinisterstumble closed 7 years ago

sinisterstumble commented 8 years ago

Hello,

I've added browserstack tests and a simple Web Worker mock. I wanted to ask if you are interested in a PR ?

https://github.com/epiloque/socialist

Thank you,

mourner commented 8 years ago

@anandthakker https://github.com/juliangruber/tape-run would allow writing tests for webworkify without mocks — I used it in https://github.com/mapbox/workerpoolify and it works great. It uses Electron as a browser environment by default.