0.0.1 • Published 8 years ago

mocha-mix-jsdom-3 v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

mocha-mix-jsdom-3

mocha-mix plugin to enable global window and document objects for server-side testing. This plugin particularly uses jsdom@3.x, so that it can be run on node versions like 0.12.x, 0.10.x, ...and so on.

Usage

npm install mocha-mix mocha-mix-jsdom-3 --save-dev
var MochaMix = require('mocha-mix');
var JsdomPlugin = require('mocha-mix-jsom');

MochaMix.use(JsdomPlugin());

// or

JsdomPlugin();