sinonjs / sinon

Test spies, stubs and mocks for JavaScript.

Home Page:https://sinonjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused/meaningless exports and modules from the codebase

fatso83 opened this issue · comments

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.