Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gghez/karma-chai-shallow-deep-equal
- Owner: gghez
- License: mit
- Created: 2014-12-17T15:00:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T23:23:21.000Z (almost 10 years ago)
- Last Synced: 2024-04-27T04:20:20.353Z (8 months ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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