acvetkov / sinon-chrome

Testing chrome extensions with Node.js
ISC License
434 stars 46 forks source link

Expose and allow to pass in sinon instance #76

Closed stoically closed 6 years ago

stoically commented 6 years ago

Allows to work around #67 if one uses the API directly to create a sinon-chrome instance. Here's an example how I'm doing it.

Might be worth thinking about exposing that possibility to the default way of getting an instance too.

acvetkov commented 6 years ago

@stoically Great work! I've pulished new version sinon-chrome@2.3.1

stoically commented 6 years ago

Thanks for the fast merge and release!