2.0.0 • Published 7 years ago

spawn-mochas v2.0.0

Weekly downloads
7
License
BSD-2-Clause
Repository
github
Last release
7 years ago

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

2.0.0

7 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago