Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Expose latest sinon as a global on the sinon website for quickly testing features of it in the developer console. This is a quick and simple way to test something without installing it via npm or CDN.
Ideally with a log statement printed that sinon is exposed when you open the console.
Describe alternatives you've considered
Either I have to download it and run it locally via some code that imports the module or run it on websites like runkit. Both of these alternatives are quite slower than just pressing F12 and playing with it in the console.
Additional context
Many websites for js libs expose their own library as a global on the website, like lodash (as _ ), vue, react.
This is proably in the category of nice to have, but well, it would be nice to have :)
Thanks for a great library, been using it for years! It was of great assistance to get started with serious js testing years ago.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Expose latest sinon as a global on the sinon website for quickly testing features of it in the developer console. This is a quick and simple way to test something without installing it via npm or CDN.
Ideally with a log statement printed that sinon is exposed when you open the console.
Describe alternatives you've considered
Either I have to download it and run it locally via some code that imports the module or run it on websites like runkit. Both of these alternatives are quite slower than just pressing F12 and playing with it in the console.
Additional context
Many websites for js libs expose their own library as a global on the website, like lodash (as _ ), vue, react.
This is proably in the category of nice to have, but well, it would be nice to have :)
Thanks for a great library, been using it for years! It was of great assistance to get started with serious js testing years ago.