MTBorg / M7011E_lab

0 stars 1 forks source link

(Suggestion) Rewrite tests using rewire #75

Open MTBorg opened 4 years ago

MTBorg commented 4 years ago

https://github.com/jhnns/rewire Rewire seems to cover both functionalities used from sinon and proxyquire plus some more, which should let us use only one testing library.

MTBorg commented 4 years ago

Actually Sinon has some useful features likes spies, but it should still be able to replace proxyquire.