chai-object
v0.0.1
Published
Object include assertions for the Chai assertion library
Readme
chai-object
An extension to the chai assertion library (VERSION: 1.6.0) that provides a set of include object assertions.
Installation
$ npm install chai-objectchai = require('chai')
chai.should()
object = require('chai-object')
chai.use objectincludeObj
({test: 1}).should.includeObj({test: 1})....
Test
$ npm testLicense
MIT
