🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

karma-jquery-expect

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-jquery-expect

Framework for [jquery-expect](https://github.com/Codecademy/jquery-expect). A DOM assertion library built on top of jQuery and based on LearnBoost's expect.js

0.1.1
latest
Source
npm
Version published
Weekly downloads
933
49.04%
Maintainers
1
Weekly downloads
 
Created
Source

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'],
  });
};

Keywords

karma-plugin

FAQs

Package last updated on 15 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts