0.0.1 • Published 12 years ago
chai-object v0.0.1
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
0.0.1
12 years ago