sinon, a mocking framework used in tests, is listed as a production dependency. sinon is bigger than all of the rest of the code and tests and dependencies combined, so it's a shame shipping it as a production dependency.
Change it to a dev dependency, only available for tests.
Description
sinon
, a mocking framework used in tests, is listed as a production dependency.sinon
is bigger than all of the rest of the code and tests and dependencies combined, so it's a shame shipping it as a production dependency.Change it to a dev dependency, only available for tests.
Testing