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

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

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.

[![NPM version](http://img.shields.io/npm/v/karma-jasmine-utils.svg?style=flat-square)](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.