sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.66k stars 769 forks source link

feat(docs): overview of previously supported Node.js #2602

Closed Rotzbua closed 2 months ago

Rotzbua commented 5 months ago

Purpose (TL;DR) - mandatory

fixes #2601

Background (Problem in detail)

For projects that are slower to upgrade the node version, it is difficult to find the correct sinon version, as the current LTS version is newer than the old one required by the projects. Currently it is difficult to find out which sinon version supports an old node version.

Solution - optional

Add overview of previously supported Node.js and the according Sinon.js version.

How to verify - mandatory

pass

Checklist for author