karma-nunit

0.1.2 • Public • Published

karma-nunit

Adapter for the NUnit testing framework.

Installation

The easiest way is to keep karma-nunit as a devDependency in your package.json.

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-nunit": "~0.1"
  }
}

You can simple do it by:

npm install karma-nunit --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    frameworks: ['nunit'],
 
    files: [
      '*.js'
    ]
  });
};

For more information on Karma see the karma.

For more information on NUnit.js go to nunit.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    11
  • 0.1.1
    2
  • 0.1.0
    1

Package Sidebar

Install

npm i karma-nunit

Weekly Downloads

12

Version

0.1.2

License

MIT

Last publish

Collaborators

  • nealxyc