sinonjs/sinon

Remove unused/meaningless exports and modules from the codebase

fatso83 opened this issue · 1 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.

duplicates #2565