Skip to content

designeng/mocha-routing-harness-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mocha harness plugin for wire.js

Installation

npm i mocha-routing-harness-plugin

Install wire from git://github.com/cujojs/wire.git#0.10.11

Usage

import wire from 'wire';
import mochaRoutingHarnessPlugin from 'mocha-routing-harness-plugin';

const spec = {
    $plugins: [
        mochaRoutingHarnessPlugin
    ],

    mochaHarness: {
        createMochaHarness: [
            __dirname + '/assets'
        ]
    }
}

wire(spec);

About

Run mocha specific tests with routing tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published