debitoor / chai-subset

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

fix: use cjs only for export and add types #79

Open achingbrain opened 3 years ago

achingbrain commented 3 years ago

Updates this module to use the latest pattern for chai plugins

Also adds the types from the DefinitleyTyped project so users don't have to include extra deps to use this module.

Also, also upgrades all deps and fixes the new linting errors.