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.
- Host: GitHub
- URL: https://github.com/geoffdutton/karma-jasmine-spy-helpers
- Owner: geoffdutton
- Created: 2019-05-18T19:33:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:53:28.000Z (about 5 years ago)
- Last Synced: 2025-09-03T23:56:34.198Z (10 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# karma-jasmine-spy-helpers
[](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)