This tip is for extension developers (most likely applicable for web extensions only, since I haven't tried this with mobile extensions).TL;DR create a "global.turbine" variable to mock the turbine free variable, before running your unit tests.I use jasmine (https://jasmine.github.io/index.html) for...