debitoor / chai-subset

"containSubset" object properties matcher for Chai
http://chaijs.com/plugins/chai-subset/
MIT License
82 stars 20 forks source link

Browser Support. #34

Closed dtracers closed 8 years ago

dtracers commented 8 years ago

I really love this extension but I am having problem getting it to work on the browser.

Is there any chance this will support the browser in the near future? Maybe making it into a global script?

eagleeye commented 8 years ago

Hi @dtracers! You are not the only one who wants that feature. It's not so hard to do, so yes, I can do it this evening. Since I'm not using chai in browser I need to know how you setup looks like. Can you just paste, how you setup looks like right now?

hashchange commented 8 years ago

I've added browser support. The package provides a global and an AMD module now. Enjoy :)