Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gghez/karma-chai-shallow-deep-equal

Karma adapter for chai-shallow-deep-equals plugin
https://github.com/gghez/karma-chai-shallow-deep-equal

Last synced: about 1 month ago
JSON representation

Karma adapter for chai-shallow-deep-equals plugin

Awesome Lists containing this project

README

        

karma-chai-shallow-deep-equal
==============================

chai-shallow-deep-equal for Karma

## Installation

```
npm install karma-shallow-deep-equal --save-dev
```

Add ```chai-shallow-deep-equal``` to ```frameworks``` in your Karma configuration:

```js
...
frameworks: ['chai', 'chai-shallow-deep-equal'],
...
```

### Example

See documentation of ```chai-shallow-deep-equal```: https://github.com/michelsalib/chai-shallow-deep-equal