jupiter / simple-mock

Super simple stubs and spies with 1-step sandbox restore
MIT License
87 stars 12 forks source link

simple-chai not published on npm #18

Closed codyzu closed 8 years ago

codyzu commented 8 years ago

First, thanks for this library, we use it a lot!

I recently tried to use https://github.com/jupiter/simple-mock-chai because we already use chai and I am converting some sinon tests to simple-mock. However, there are 2 issues:

  1. simple-chai does not seem to be published on npm :-(
  2. jupiter/simple-mock-chai does not allow creating issues on that repo (maybe because it's a fork, see here on stackexchange.

Is simple-chai still a thing?

Thanks!

codyzu commented 8 years ago

ping @jupiter

jupiter commented 8 years ago

Sorry, I haven't completed simple-mock for chai. I should hide this repo. However, you're welcome to help out if you like.

I'm not actually a huge fan of chai, for the same reason I created simple-mock: too much sugar creates more mental overhead, not less.

codyzu commented 8 years ago

@jupiter I agree with your point and I'm not a big fan of chai either... however we use chai and simple-mock in a big project and that's why I found simple-mock-chai. No worries and unfortunately I probably won't being making an PR's in the near future. I'll spread the word on my team and see if there's any interest from any else...