matthewp / spawn-mochas

Spawn mocha processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spawn-mochas

Spawn separate processes to run mochas, for when you can't run them in a single process.

Install

npm install spawn-mochas

Usage

var mochas = require("spawn-mochas");

mochas([
  "test1.js",
  "test2.js"
]);

License

BSD 2 Clause

About

Spawn mocha processes


Languages

Language:JavaScript 100.0%