sinonjs / sinon

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

Remove unused/meaningless exports and modules from the codebase #2561

Closed fatso83 closed 8 months ago

fatso83 commented 8 months ago

Both sinon.defaultConfig (default-config.js) and the get-config modules are unused in the sinon codebase. They originally existed to support sinonTest, which is a separate module, and should just be removed. They can be moved over into that project independently.

fatso83 commented 8 months ago

duplicates #2565