@mach25/karma-qunit-jsmockito-jshamcrest

0.0.2 • Public • Published

karma-qunit-jsmockito-jshamcrest

for Karma

Requirements

This Karma plugin requires Karma >=0.10

Installation

Install the module via npm

$ npm install karma-qunit-jsmockito-jshamcrest

or include it in your project's package.json alongside karma.

Add qunit-jsmockito-jshamcrest to the frameworks key in your Karma configuration:

module.exports = function(config) {
  'use strict';
  config.set({
    frameworks: ['mocha', 'qunit-jsmockito-jshamcrest'],
    #...
  });
}

Dependents (0)

Package Sidebar

Install

npm i @mach25/karma-qunit-jsmockito-jshamcrest

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • mach25