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

https://github.com/geoffdutton/karma-jasmine-spy-helpers

Karma plugin for https://www.npmjs.com/package/jasmine-spy-helpers.
https://github.com/geoffdutton/karma-jasmine-spy-helpers

Last synced: 5 months ago
JSON representation

Karma plugin for https://www.npmjs.com/package/jasmine-spy-helpers.

Awesome Lists containing this project

README

          

# karma-jasmine-spy-helpers
[![NPM version](http://img.shields.io/npm/v/karma-jasmine-spy-helpers.svg?style=flat-square)](https://www.npmjs.com/package/karma-jasmine-spy-helpers)

A [Karma](http://karma-runner.github.io/) plugin to inject [jasmine-spy-helpers](https://github.com/geoffdutton/jasmine-spy-helpers) for [Jasmine](http://jasmine.github.io/).

[jasmine-spy-helpers](https://github.com/geoffdutton/jasmine-spy-helpers) is a collection of spy helpers to lessen repetitive `spyOn` and `.calls.resets()`.

### Installation

```
npm install karma-jasmine-spy-helpers --save-dev
```

### Credits
- [JamieMason/karma-jasmine-matchers](https://github.com/JamieMason/karma-jasmine-matchers)