karma-jquery-expect

0.1.1 • Public • Published

karma-jquery-expect

Framework for jquery-expect. A DOM assertion library built on top of jQuery and based on LearnBoost's expect.js

Installation

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

{
  "devDependencies": {
    "karma": "~0.10",
    "karma-jquery-expect": "~0.1"
  }
}

You can simple do it by:

npm install karma-jquery-expect --save-dev

Configuration

Following code shows the default configuration...

// karma.conf.js
module.exports = function(config) {
  config.set({
    framework: ['jquery-expect'],
  });
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    70
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    70
  • 0.1.0
    0
  • 0.1.4
    2

Package Sidebar

Install

npm i karma-jquery-expect

Weekly Downloads

30

Version

0.1.1

License

none

Last publish

Collaborators

  • maksimr