0.0.1 • Published 8 years ago

mocha-mix-jsdom v0.0.1

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

mocha-mix-jsdom

mocha-mix plugin to enable global window and document objects for server-side testing.

Usage

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

MochaMix.use(JsdomPlugin);

// or

JsdomPlugin();