https://github.com/geoffdutton/karma-jasmine-utils
Karma plugin for https://github.com/mjeanroy/jasmine-utils
https://github.com/geoffdutton/karma-jasmine-utils
Last synced: 2 months ago
JSON representation
Karma plugin for https://github.com/mjeanroy/jasmine-utils
- Host: GitHub
- URL: https://github.com/geoffdutton/karma-jasmine-utils
- Owner: geoffdutton
- License: mit
- Created: 2016-10-21T21:48:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T21:50:04.000Z (about 5 years ago)
- Last Synced: 2025-12-31T01:01:53.539Z (6 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# karma-jasmine-utils
**Important:** Use >1.2.x as 1.0.2 breaks because it's relying on jasmine-utils 0.3.x, which I broke.
[](https://www.npmjs.com/package/karma-jasmine-utils)
A [Karma](http://karma-runner.github.io/) plugin to inject [Jasmine-Utils](https://github.com/mjeanroy/jasmine-utils) for [Jasmine](http://jasmine.github.io/).
**Note:** Until `jasmine-utils@0.4.1` is published, I've referenced [my fork](https://github.com/geoffdutton/jasmine-utils/tree/v0.4.1) in `package.json`.
## Acknowledgments
Thanks to [this guy](https://github.com/JamieMason/karma-jasmine-matchers) for the basic structure of a Karma plugin.