|
|
|
|
|
by BinaryBullet
3679 days ago
|
|
I don't know of any. I would think it would be fairly easy to create a userscript or extension to stub built-in APIs (maybe using something like testdouble.js or sinon.js to override the default global objects that you are trying to "disable"). I'm not sure what issues you'd run into on various pages if you did that though (so it'd probably need a lot of iteration- and fixing bug reports). It might be a fun project to start though. I've been really enjoying testdouble's API (and have started using that for my unit tests). |
|