karma-jasmine-utils

A Karma plugin - Additional matchers for the Jasmine BDD JavaScript testing library.

Usage no npm install needed!

<script type="module">
  import karmaJasmineUtils from 'https://cdn.skypack.dev/karma-jasmine-utils';
</script>

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

A Karma plugin to inject Jasmine-Utils for Jasmine.

Note: Until jasmine-utils@0.4.1 is published, I've referenced my fork in package.json.

Acknowledgments

Thanks to this guy for the basic structure of a Karma plugin.